Quoting Alexandre Garel <[EMAIL PROTECTED]>:

xpath=(//[EMAIL PROTECTED]"name1"])[3] should work.but because selenium wants a xpath to start with // (known bug) you can use
xpath=//XX|(//[EMAIL PROTECTED]"name1"])[3] instead

That bug was fixed for Selenium-0.6.  See

 http://jira.public.thoughtworks.org/browse/SEL-138

--
cheers, Mike



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to