Module: selenium-webdriver/ie
class Driver
webdriver.WebDriver └ Driver
A WebDriver client for Microsoft's Internet Explorer.
new Driver(opt_config, opt_flow)
Parameters
- opt_config
?(Capabilities|Options)=
The configuration options.
- opt_flow
?webdriver.promise.ControlFlow=
The control flow to use, or
null
to use the currently active flow.
Instance Methods
setFileDetector()code »
This function is a no-op as file detectors are not supported by this implementation.
Overrides: webdriver.WebDriver