class Selenium::WebDriver::Chrome::Driver
def browser
def browser :chrome end
def devtools_address
def devtools_address "http://#{capabilities['goog:chromeOptions']['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