Open jfinkhaeuser opened 9 years ago
http://www.natontesting.com/2009/09/21/watirs-browser-url-returning-the-previous-pages-url/
With *\ we had some issues when AngularJS changed the page hash. The browser still showed the last URL it had seen via either goto or a href link.
The solution is to request the URL via JS:
ll.browser.execute_script("return document.location.toString();")
This should be the default action for ll.browser.url and remap the original url function to a different name
http://www.natontesting.com/2009/09/21/watirs-browser-url-returning-the-previous-pages-url/
With *\ we had some issues when AngularJS changed the page hash. The browser still showed the last URL it had seen via either goto or a href link.
The solution is to request the URL via JS:
This should be the default action for ll.browser.url and remap the original url function to a different name