I saw other questions referring to xpath 2.0, which apparently simplifies string expressions. I'm using Firefox 3.5.5 and selenium 1.0.1.
- How can I check if my versions of Firefox and Selenium support it?
- Does Selenium defer to Firefox's built-in Xpath implementation?
- In that case, if I start using another (perhaps older) browser with selenium, will I run into problems by expecting xpath 2.0?