Hi,
I've noticed different behavior between Selenium IDE (the plugin for Mozilla Firefox) and the Selenium Server. The same xpath works for Selenium IDE but fails with the Server. I'm using
Facebook's PHP WebDriver as a client. The same browser with the same profile is used.
This is the xpath: //div[contains(@onclick, 'this.className
Selenium Server (2.41)
Selenium IDE (2.5)
Latest version of Mozilla Firefox on Windows 7 x64.