class Selenium::WebDriver::IE::Driver
Driver
implementation for Internet Explorer supporting both OSS and W3C dialects of JSON wire protocol. @api private
Constants
- EXTENSIONS
Public Class Methods
new(options: nil, service: nil, url: nil, **opts)
click to toggle source
Calls superclass method
Selenium::WebDriver::Driver::new
# File lib/selenium/webdriver/ie/driver.rb, line 34 def initialize(options: nil, service: nil, url: nil, **opts) caps, url = initialize_local_driver(options, service, url) super(caps: caps, url: url, **opts) end
Public Instance Methods
browser()
click to toggle source
# File lib/selenium/webdriver/ie/driver.rb, line 39 def browser :internet_explorer end