Skip to content

Instantly share code, notes, and snippets.

@karlosmid
Last active August 29, 2015 14:17
Show Gist options
  • Save karlosmid/756d594983dad48da39a to your computer and use it in GitHub Desktop.
Save karlosmid/756d594983dad48da39a to your computer and use it in GitHub Desktop.
suppress phantomjs console log
switches = ["--webdriver-loglevel=NONE"]
browser = Watir::Browser.new :phantomjs, :args => switches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment