| 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)
Deprecated.
Creates a new EdgeDriver instance.
|
EdgeDriver(EdgeDriverService service,
org.openqa.selenium.Capabilities capabilities)
Deprecated.
Use
EdgeDriver(EdgeDriverService, EdgeOptions) instead. |
EdgeDriver(EdgeDriverService service,
EdgeOptions options)
Deprecated.
Creates a new EdgeDriver instance with the specified options.
|
Copyright © 2022. All rights reserved.