https://github.com/mozilla/geckodriver/issues/1573
Selenium::WebDriver.logger.level = :debugopts = Selenium::WebDriver::Firefox::Options.new(log_level: :trace)driver = Selenium::WebDriver.for :firefox, options: opts
Can anyone tell me how to print the trace log through WATIR?