public class EdgeDriverService extends DriverService
| Modifier and Type | Class and Description |
|---|---|
static class |
EdgeDriverService.Builder |
| Modifier and Type | Field and Description |
|---|---|
static 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(File executable,
int port,
com.google.common.collect.ImmutableList<String> args,
com.google.common.collect.ImmutableMap<String,String> environment) |
| Modifier and Type | Method and Description |
|---|---|
static EdgeDriverService |
createDefaultService()
Configures and returns a new
EdgeDriverService using the default configuration. |
checkExecutable, findExecutable, getUrl, isRunning, start, stoppublic static final String EDGE_DRIVER_EXE_PROPERTY
default service.public EdgeDriverService(File executable, int port, com.google.common.collect.ImmutableList<String> args, com.google.common.collect.ImmutableMap<String,String> environment) throws IOException
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.Copyright © 2015. All rights reserved.