Skip to content

Instantly share code, notes, and snippets.

@p0deje
Created May 9, 2013 13:33
Show Gist options
  • Save p0deje/5547459 to your computer and use it in GitHub Desktop.
Save p0deje/5547459 to your computer and use it in GitHub Desktop.
caps = Selenium::WebDriver::Remote::Capabilities.htmlunit(:javascript_enabled => true)
driver = Selenium::WebDriver.for(:remote, :desired_capabilities => caps)
browser = Watir::Browser.new(driver)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment