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) |
protected org.openqa.selenium.firefox.GeckoDriverService |
getThreadlocalGeckoService() |
URL |
getUrl() |
boolean |
isRunning() |
void |
start() |
void |
stop() |
createDefaultService, hasShutdownEndpoint, waitUntilAvailablepublic ThreadsafeGeckoDriverService(EnvironmentVariables environmentVariables) throws IOException
IOExceptionpublic static org.openqa.selenium.firefox.GeckoDriverService createThreadsafeService(EnvironmentVariables environmentVariables)
protected org.openqa.selenium.firefox.GeckoDriverService getThreadlocalGeckoService()
public 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 IOException
start in class org.openqa.selenium.remote.service.DriverServiceIOExceptionpublic void stop()
stop in class org.openqa.selenium.remote.service.DriverServiceCopyright © 2023. All rights reserved.