public abstract class DriverServicePool<T extends org.openqa.selenium.remote.service.DriverService>
extends java.lang.Object
| Constructor and Description |
|---|
DriverServicePool() |
DriverServicePool(net.thucydides.core.util.EnvironmentVariables environmentVariables) |
| Modifier and Type | Method and Description |
|---|---|
void |
ensureServiceIsRunning() |
boolean |
isRunning() |
org.openqa.selenium.WebDriver |
newDriver(org.openqa.selenium.Capabilities capabilities) |
void |
shutdown() |
void |
start() |
public DriverServicePool()
public DriverServicePool(net.thucydides.core.util.EnvironmentVariables environmentVariables)
public void start()
throws java.io.IOException
java.io.IOExceptionpublic void shutdown()
public org.openqa.selenium.WebDriver newDriver(org.openqa.selenium.Capabilities capabilities)
public boolean isRunning()
public void ensureServiceIsRunning()
throws java.io.IOException
java.io.IOException