class Selenium::WebDriver::Options

def ==(other)

def ==(other)
  return false unless other.is_a? self.class
  as_json == other.as_json
end