public class EdgeDriverService
extends org.openqa.selenium.remote.service.DriverService
| Modifier and Type | Class and Description |
|---|---|
static class |
EdgeDriverService.Builder |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EDGE_DRIVER_EXE_PROPERTY
System property that defines the location of the MicrosoftWebDriver executable that will be used by
the
default service. |
| Constructor and Description |
|---|
EdgeDriverService(java.io.File executable,
int port,
com.google.common.collect.ImmutableList<java.lang.String> args,
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> environment) |
| Modifier and Type | Method and Description |
|---|---|
static EdgeDriverService |
createDefaultService()
Configures and returns a new
EdgeDriverService using the default configuration. |
public static final java.lang.String EDGE_DRIVER_EXE_PROPERTY
default service.public EdgeDriverService(java.io.File executable,
int port,
com.google.common.collect.ImmutableList<java.lang.String> args,
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> environment)
throws java.io.IOException
java.io.IOExceptionpublic static EdgeDriverService createDefaultService()
EdgeDriverService using the default configuration. In
this configuration, the service will use the MicrosoftWebDriver executable identified by the
EDGE_DRIVER_EXE_PROPERTY system property. Each service created by this method will
be configured to use a free port on the current system.