public class SafariDriverService
extends org.openqa.selenium.remote.service.DriverService
Modifier and Type | Class and Description |
---|---|
static class |
SafariDriverService.Builder |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SAFARI_DRIVER_EXE_PROPERTY
System property that defines the location of the safaridriver executable that will be used by
the
default service . |
Constructor and Description |
---|
SafariDriverService(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 SafariDriverService |
createDefaultService() |
protected void |
waitUntilAvailable() |
public static final java.lang.String SAFARI_DRIVER_EXE_PROPERTY
default service
.public SafariDriverService(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.IOException
public static SafariDriverService createDefaultService()
protected void waitUntilAvailable()
waitUntilAvailable
in class org.openqa.selenium.remote.service.DriverService