Class DriverServiceSessionFactory

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

public class DriverServiceSessionFactory extends Object implements SessionFactory
  • Constructor Details

    • DriverServiceSessionFactory

      public DriverServiceSessionFactory(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, Duration sessionTimeout, org.openqa.selenium.Capabilities stereotype, Predicate<org.openqa.selenium.Capabilities> predicate, org.openqa.selenium.remote.service.DriverService.Builder<?,?> builder)
  • Method Details