Skip to content

Instantly share code, notes, and snippets.

@jsmoxon
Created September 12, 2012 23:49
Show Gist options
  • Save jsmoxon/3710835 to your computer and use it in GitHub Desktop.
Save jsmoxon/3710835 to your computer and use it in GitHub Desktop.
driver and wait
self.driver = webdriver.Remote(
desired_capabilities=desired_capabilities,
command_executor="http://username:API_KEY@ondemand.saucelabs.com:80/wd/hub"
)
self.driver.implicitly_wait(30)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment