Skip to content

Instantly share code, notes, and snippets.

@kapoorlakshya
Created July 8, 2018 23:57
Show Gist options
  • Save kapoorlakshya/abba8ae6983c8eeed73fbaff09c1fd1c to your computer and use it in GitHub Desktop.
Save kapoorlakshya/abba8ae6983c8eeed73fbaff09c1fd1c to your computer and use it in GitHub Desktop.
switches = %w(--ignore-certificate-errors)
opts = { timeout: 120,
url: 'http://localhost:4444/wd/hub',
switches: switches,
tz: 'America/Los_Angeles' }
Watir::Browser.new(:chrome, opts)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment