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