selenium-webdriver/edge~ Driver

Creates a new WebDriver client for Microsoft's Edge.

Constructor

new Driver()

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:
NameTypeAttributesDescription
opt_configCapabilities | Options<optional>

The configuration options.

opt_serviceExecutorremote.DriverService<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