class Selenium::WebDriver::Firefox::Options

def log_level=(level)

def log_level=(level)
  @options[:log] = {level: level}
end