[Webtest] clicklink - another bug?

webtest@lists.canoo.com webtest@lists.canoo.com
Thu, 19 Sep 2002 15:39:57 +0200


Hi all,

there appears to be the following problem with clicklink:

I would like this link to be clicked:
<A HREF="http://dezsl637:15001/servicecenter/sc?trans_menu_customer_care=0"
><div class="css_NaviEntryL1">Customer Care</div></A>

Normally, this step should do the job (cf. comment on clicklink of Aug. 13):
<clicklink stepid="Go to menu topic Customer Care" label="Customer Care" />

It seems that webtest is unable to find the link with that label (nor with
different variations of it). 

> There is, however, no problem with the following link:
<A HREF="http://dezsl637:15001/servicecenter/sc?trans_menu_customer_care=0"
>Customer Care</A>

> Obviously, the problem is caused by the surrounding <div...> tag.
> 
> Fortunately, there is a workaround in this particular case (cf. comment on
> dynamic link following of June 21):
<clicklink stepid="Go to menu topic Customer Care" label=""
href="trans_menu_customer_care=0" />

> Yet, the decribed behaviour appears to be more a bug than a feature.
> 
> Any solutions?
> 
> Regards,
> Nikolaus Gouders