selenium-webdriver/ie~ Driver

A WebDriver client for Microsoft's Internet Explorer.

Constructor

new Driver()

Methods

setFileDetector()

This function is a no-op as file detectors are not supported by this implementation.

(static) createSession(optionsopt, opt_serviceopt) → (non-null) {Driver}

Creates a new session for Microsoft's Internet Explorer.

Parameters:
NameTypeAttributesDescription
optionsCapabilities | Options<optional>

The configuration options.

opt_serviceremote.DriverService<optional>

The DriverService to use to start the IEDriverServer in a child process, optionally.

Returns:

A new driver instance.

Type: 
Driver