public class EdgeHtmlDriverService
extends org.openqa.selenium.edge.EdgeDriverService
| Modifier and Type | Class and Description |
|---|---|
static class |
EdgeHtmlDriverService.Builder |
| Constructor and Description |
|---|
EdgeHtmlDriverService(java.io.File executable,
int port,
java.util.List<java.lang.String> args,
java.util.Map<java.lang.String,java.lang.String> environment) |
| Modifier and Type | Method and Description |
|---|---|
static EdgeHtmlDriverService |
createDefaultService()
Configures and returns a new
EdgeHtmlDriverService using the default configuration. |
public EdgeHtmlDriverService(java.io.File executable,
int port,
java.util.List<java.lang.String> args,
java.util.Map<java.lang.String,java.lang.String> environment)
throws java.io.IOException
java.io.IOExceptionpublic static EdgeHtmlDriverService createDefaultService()
EdgeHtmlDriverService using the default configuration. In
this configuration, the service will use the MicrosoftWebDriver executable identified by the
EdgeDriverService.EDGE_DRIVER_EXE_PROPERTY system property. Each service created by this method will
be configured to use a free port on the current system.