Tagged Questions
1
vote
2answers
165 views
Selenium Selenium.Core v1.1.4322 - XPath not working
I've got the following XPath expression's working in firebug, that returns the correct element(s):
$x("(//input[@class='intervalInput timeInput'])")
returns two elements.
...