public class XpiDriverService
extends org.openqa.selenium.remote.service.DriverService
Modifier and Type | Class and Description |
---|---|
static class |
XpiDriverService.Builder |
Modifier and Type | Method and Description |
---|---|
static XpiDriverService.Builder |
builder() |
static XpiDriverService |
createDefaultService()
Configures and returns a new
XpiDriverService using the default configuration. |
protected java.net.URL |
getUrl(int port) |
void |
start() |
void |
stop() |
protected java.net.URL getUrl(int port) throws java.io.IOException
getUrl
in class org.openqa.selenium.remote.service.DriverService
java.io.IOException
public void start() throws java.io.IOException
start
in class org.openqa.selenium.remote.service.DriverService
java.io.IOException
public void stop()
stop
in class org.openqa.selenium.remote.service.DriverService
public static XpiDriverService createDefaultService()
XpiDriverService
using the default configuration. In
this configuration, the service will use the firefox executable identified by the
FirefoxDriver.SystemProperty.BROWSER_BINARY
system property on a free port.public static XpiDriverService.Builder builder()