joao-carloto / FireRobot

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

XPath to locate SVG does not work #20

Closed joao-carloto closed 9 years ago

joao-carloto commented 9 years ago

This doesn't seem to be a specifc issue of FireRobot. Something like .//svg also doesn't work in Firepath The solution seems to be the usage of something like .//*[local-name() = 'svg']