in reply to Re: Unable to find_element using 'contains text' when run through Selenium-Remote-Driver
in thread Unable to find_element using 'contains text' when run through Selenium-Remote-Driver

Thanks for the reply and the clarification around 'text' and '@text'. I tried your suggestion, but unfortunately that also fails: An element could not be located on the page using the given search parameters:
//td[contains(text(),'Configuration')],xp ath
  • Comment on Re^2: Unable to find_element using 'contains text' when run through Selenium-Remote-Driver
  • Download Code

Replies are listed 'Best First'.
Re^3: Unable to find_element using 'contains text' when run through Selenium-Remote-Driver
by Anonymous Monk on Jun 28, 2014 at 06:59 UTC

    but unfortunately that also fails: An element could not be located on the page using the given search parameters:

    You realize this is kind of impossible, right? If it works from the GUI it should work from perl, all other things being equal