public class DockerSessionFactory extends java.lang.Object implements SessionFactory
| Modifier and Type | Field and Description |
|---|---|
static java.util.logging.Logger |
LOG |
| Constructor and Description |
|---|
DockerSessionFactory(org.openqa.selenium.remote.http.HttpClient.Factory clientFactory,
Docker docker,
Image image,
org.openqa.selenium.Capabilities stereotype) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<ActiveSession> |
apply(CreateSessionRequest sessionRequest) |
boolean |
test(org.openqa.selenium.Capabilities capabilities) |
public boolean test(org.openqa.selenium.Capabilities capabilities)
test in interface java.util.function.Predicate<org.openqa.selenium.Capabilities>public java.util.Optional<ActiveSession> apply(CreateSessionRequest sessionRequest)
apply in interface java.util.function.Function<CreateSessionRequest,java.util.Optional<ActiveSession>>