public class DisabledGeckoDriverService
extends org.openqa.selenium.firefox.GeckoDriverService
| Constructor and Description |
|---|
DisabledGeckoDriverService() |
| Modifier and Type | Method and Description |
|---|---|
static DisabledGeckoDriverService |
build() |
java.net.URL |
getUrl() |
boolean |
isRunning() |
void |
start() |
void |
stop() |
public DisabledGeckoDriverService()
throws java.io.IOException
java.io.IOExceptionpublic static DisabledGeckoDriverService build()
public java.net.URL getUrl()
getUrl in class org.openqa.selenium.remote.service.DriverServicepublic boolean isRunning()
isRunning in class org.openqa.selenium.remote.service.DriverServicepublic void start()
throws java.io.IOException
start in class org.openqa.selenium.remote.service.DriverServicejava.io.IOExceptionpublic void stop()
stop in class org.openqa.selenium.remote.service.DriverService