joao-carloto / FireRobot

Firefox extension for Robot Framework/Selenium.
Other
28 stars 6 forks source link

Handle the ' char when making XPath based on the title, placeholder or alt attributes #30

Closed joao-carloto closed 9 years ago

joao-carloto commented 9 years ago

This problem is solved when making XPath based on the element text, by using the concat() function. It's not solved when we we make XPath based on the the title, placeholder or alt attributes. This leads to invalid xpath when the char is used on these attributes value.