class Selenium::WebDriver::Options

def firefox(**opts)

def firefox(**opts)
  Firefox::Options.new(**opts)
end