Modifier and Type | Method and Description |
---|---|
static EdgeDriverService |
EdgeDriverService.createDefaultService()
Configures and returns a new
EdgeDriverService using the default configuration. |
protected EdgeDriverService |
EdgeDriverService.Builder.createDriverService(File exe,
int port,
com.google.common.collect.ImmutableList<String> args,
com.google.common.collect.ImmutableMap<String,String> environment) |
Constructor and Description |
---|
EdgeDriver(EdgeDriverService service)
Creates a new EdgeDriver instance.
|
EdgeDriver(EdgeDriverService service,
org.openqa.selenium.Capabilities capabilities)
Creates a new EdgeDriver instance.
|
EdgeDriver(EdgeDriverService service,
EdgeOptions options)
Creates a new EdgeDriver instance with the specified options.
|
Copyright © 2016. All rights reserved.