class Selenium::WebDriver::Options

def initialize(**opts)

def initialize(**opts)
  self.class.set_capabilities
  @options = opts
  @options[:browser_name] = self.class::BROWSER
end