Methods
setFileDetector()
This function is a no-op as file detectors are not supported by this implementation.
(static) createSession(opt_configopt, opt_serviceExecutoropt) → (non-null) {Driver}
Creates a new browser session for Microsoft's Edge browser.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
opt_config | Capabilities | | <optional> | The configuration options. |
opt_serviceExecutor | remote. | <optional> | The service to use; will create a new Legacy or Chromium service based on Options by default. |
Returns:
A new driver instance.
- Type:
- Driver
(static) getDefaultService() → {remote.DriverService}
returns new instance of edge driver service
Returns:
- Type:
- remote.
DriverService