I need to go back in the browser. How can I make it with cucumber? I use watir web-driver.
And how can I close pop up in window?
I need to go back in the browser. How can I make it with cucumber? I use watir web-driver.
And how can I close pop up in window?
This will go back in a browser:
browser.back
I could be more specific if you had provided relevant code.