Class DockerSessionFactory

java.lang.Object
org.openqa.selenium.grid.node.docker.DockerSessionFactory
All Implemented Interfaces:
Function<CreateSessionRequest,Either<WebDriverException,ActiveSession>>, Predicate<Capabilities>, SessionFactory

public class DockerSessionFactory extends Object implements SessionFactory