Sandy Demi a écrit :

A test I recorded with the Selenium Recorder on Firefox uses the following xpath _expression_ to locate an element: 

 

//tbody/tr[2]/td/[EMAIL PROTECTED]"LearningCurveServlet?skill_id=229"]

 

When I run the test script on Firefox (WinXP), the element is found, but not when run on IE.  I’m using IE v6.0.  Is this a known bug or limitation in IE?  I don’t have any other way to specify the locator element.

 

Thanks,

Sandy

I don't know why it does not work in ie maybe because of '?'.
for an alternative xpath try //tbody/tr[2]/td/a[contains(@href,'LearningCurveServlet') and contains(@href,'skill_id=229')]
Hope it helps.

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

Reply via email to