selenium-webdriver/edge~ ServiceBuilder

Creates selenium-webdriver/remote.DriverService instances that manage a MSEdgeDriver server in a child process.

Constructor

new ServiceBuilder(opt_exeopt)

Parameters:
NameTypeAttributesDescription
opt_exestring<optional>

Path to the server executable to use. If omitted, the builder will attempt to locate the msedgedriver on the current PATH.

Throws:

If provided executable does not exist, or the msedgedriver cannot be found on the PATH.

Type
Error