Skip to content

Instantly share code, notes, and snippets.

@emk
Created February 5, 2010 13:37
Show Gist options
  • Save emk/295786 to your computer and use it in GitHub Desktop.
Save emk/295786 to your computer and use it in GitHub Desktop.
When /^I am using my web app$/ do
selenium.remote_control_timeout_in_seconds = 200
selenium.open 'http://0.0.0.0:4020/mywebapp'
selenium.remote_control_timeout_in_seconds = 5
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment