0

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?

Kurt Russell
  • 225
  • 1
  • 3
  • 15

1 Answers1

5

This will go back in a browser:

browser.back

I could be more specific if you had provided relevant code.

Željko Filipin
  • 56,372
  • 28
  • 94
  • 125