Skip to content

Instantly share code, notes, and snippets.

@r00k
Created January 23, 2013 19:26
Show Gist options
  • Save r00k/4611892 to your computer and use it in GitHub Desktop.
Save r00k/4611892 to your computer and use it in GitHub Desktop.
new_window = page.driver.browser.window_handles.last
page.driver.within_window(new_window) do
page.should have_css('body#editor')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment