Skip to content

Instantly share code, notes, and snippets.

Created December 25, 2017 16:38
options = Selenium::WebDriver::Firefox::Options.new(
args: ['-headless']
)
driver = Selenium::WebDriver.for :firefox, options: options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment