public class ThreadsafeGeckoDriverService
extends org.openqa.selenium.firefox.GeckoDriverService
| Constructor and Description |
|---|
ThreadsafeGeckoDriverService(EnvironmentVariables environmentVariables) |
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.firefox.GeckoDriverService |
createThreadsafeService(EnvironmentVariables environmentVariables) |
java.net.URL |
getUrl() |
boolean |
isRunning() |
void |
start() |
void |
stop() |
public ThreadsafeGeckoDriverService(EnvironmentVariables environmentVariables) throws java.io.IOException
java.io.IOExceptionpublic static org.openqa.selenium.firefox.GeckoDriverService createThreadsafeService(EnvironmentVariables environmentVariables)
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