Class DockerSessionFactory

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

public class DockerSessionFactory extends Object implements SessionFactory
  • Constructor Details

    • DockerSessionFactory

      public DockerSessionFactory(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, Duration sessionTimeout, Docker docker, URI dockerUri, Image browserImage, org.openqa.selenium.Capabilities stereotype, List<Device> devices, Image videoImage, DockerAssetsPath assetsPath, String networkName, boolean runningInDocker, Predicate<org.openqa.selenium.Capabilities> predicate, Map<String,Object> hostConfig, List<String> hostConfigKeys)
  • Method Details