joao-carloto / FireRobot

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

Current URL sometimes not updated #68

Closed joao-carloto closed 9 years ago

joao-carloto commented 9 years ago

This is relevant for keywords like "Open Browser". The URL used on the test step was not the latest. Started using "window.content.location.href" instead of " window.content.document.URL".