[Webtest] clicklink - another bug?
Dierk Koenig
webtest@lists.canoo.com
Thu, 19 Sep 2002 16:12:55 +0200
Hi,
validator.w3.org says:
>>>
Below are the results of attempting to parse this document with an SGML
parser.
Line 11, column 28:
<div class="css_NaviEntryL1">Customer Care</div></a>
^Error: element "DIV" not allowed here;
possible cause is an inline element containing a block-level element
<<<
The obvious solution would be to put it not inside, but around.
I would say that with Canoo WebTest you found a bug in your
application, rather than vice versa.
Dierk
> -----Original Message-----
> From: webtest-admin@lists.canoo.com
> [mailto:webtest-admin@lists.canoo.com]On Behalf Of
> Nikolaus.Gouders@Bertelsmann.de
> Sent: Donnerstag, 19. September 2002 15:40
> To: webtest@lists.canoo.com
> Subject: [Webtest] clicklink - another bug?
>
>
> 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
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>