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 void |
waitUntilAvailable() |
protected java.net.URL getUrl(int port)
throws java.net.MalformedURLException
getUrl in class org.openqa.selenium.remote.service.DriverServicejava.net.MalformedURLExceptionpublic void start()
throws java.io.IOException
start in class org.openqa.selenium.remote.service.DriverServicejava.io.IOExceptionprotected void waitUntilAvailable()
throws java.net.MalformedURLException
waitUntilAvailable in class org.openqa.selenium.remote.service.DriverServicejava.net.MalformedURLExceptionpublic void stop()
stop in class org.openqa.selenium.remote.service.DriverServicepublic 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()