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, waitUntilAvailable
public ThreadsafeGeckoDriverService(EnvironmentVariables environmentVariables) throws IOException
IOException
public 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.DriverService
public boolean isRunning()
isRunning
in class org.openqa.selenium.remote.service.DriverService
public void start() throws IOException
start
in class org.openqa.selenium.remote.service.DriverService
IOException
public void stop()
stop
in class org.openqa.selenium.remote.service.DriverService
Copyright © 2021. All rights reserved.