Skip to content

Instantly share code, notes, and snippets.

@RobDoan
Created September 11, 2017 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobDoan/213367c5d159babb11aa0417c2351c44 to your computer and use it in GitHub Desktop.
Save RobDoan/213367c5d159babb11aa0417c2351c44 to your computer and use it in GitHub Desktop.
Switch To New Tab Cucumber
When /^I access the new tab$/ do
page.driver.browser.switch_to.window(page.driver.browser.window_handles.last)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment