joao-carloto / FireRobot

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

Search for label when suggesting variable name #60

Closed joao-carloto closed 9 years ago

joao-carloto commented 9 years ago

I was relying on the nearest visible element with text. Searching for a label with attribute 'for' identical to the input 'id', produces better results in some circumstances. The search scope will still be the nearest element with text.