Skip to content

Instantly share code, notes, and snippets.

@strika
Created March 13, 2017 10:20
Show Gist options
  • Save strika/ad7e6b229e76345b3dda764a549a5a26 to your computer and use it in GitHub Desktop.
Save strika/ad7e6b229e76345b3dda764a549a5a26 to your computer and use it in GitHub Desktop.
Print Firefox log
puts page.driver.browser.manage.logs.get(:browser).map { |m| "#{m.level}: #{m.message}" }.join("\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment