class Selenium::WebDriver::Edge::Driver

def browser

def browser
  :edge
end

def devtools_address

def devtools_address
  "http://#{capabilities['ms:edgeOptions']['debuggerAddress']}"
end

def initialize(capabilities: nil, options: nil, service: nil, url: nil, **opts)

def initialize(capabilities: nil, options: nil, service: nil, url: nil, **opts)
  caps, url = initialize_local_driver(capabilities, options, service, url)
  super(caps: caps, url: url, **opts)
end