I'm using watir-webdriver to do my GUI smoke tests, and one area I'd like to test out is redirecting from a dynamic url
Is it possible to save the url to a file, then load it for use?
What I'm thinking of in pseudo code:
@browser.goto 'google.com'
@browser.url.save
in another test
@browser.load url
continue testing....
Is there a way to do this?
watir-webdrivergem has been deprecated in favor of thewatirgem. Update to to Watir 6 to get access to all of the new features.