neko bsd wrote: >I want to check A tag. > ><a href=foo>bar</a> >I hope check foo and bar. >What can I do? > > How will you identify the link? Say it had a unique id, e.g.
<a id="fooLink" href="foo">bar</a> then you can | verifyAttribute | [EMAIL PROTECTED] | foo | | verifyText | fooLink | bar | -- cheers, MikeW http://www.dogbiscuit.org/mdub/ _______________________________________________ Selenium-users mailing list [email protected] http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users
