public abstract class DriverServicePool<T extends org.openqa.selenium.remote.service.DriverService>
extends java.lang.Object
Constructor and Description |
---|
DriverServicePool() |
DriverServicePool(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(EnvironmentVariables environmentVariables)
public void start() throws java.io.IOException
java.io.IOException
public void shutdown()
public org.openqa.selenium.WebDriver newDriver(org.openqa.selenium.Capabilities capabilities) throws java.io.IOException
java.io.IOException
public boolean isRunning()
public void ensureServiceIsRunning() throws java.io.IOException
java.io.IOException