Skip to content

Instantly share code, notes, and snippets.

@tourdedave
Created February 10, 2016 02:52
Show Gist options
  • Save tourdedave/76ea8ebce305a2a9a86d to your computer and use it in GitHub Desktop.
Save tourdedave/76ea8ebce305a2a9a86d to your computer and use it in GitHub Desktop.
require 'selenium-webdriver'
@driver1 = Selenium::WebDriver.for :firefox
@driver2 = Selenium::WebDriver.for :firefox
@driver1.get 'http://google.com'
@driver2.get 'http://duckduckgo.com/'
@driver1.quit
@driver2.quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment