Uses of Interface
org.openqa.selenium.grid.node.SessionFactory
-
Packages that use SessionFactory Package Description org.openqa.selenium.grid.node.config org.openqa.selenium.grid.node.docker org.openqa.selenium.grid.node.local org.openqa.selenium.grid.node.relay -
-
Uses of SessionFactory in org.openqa.selenium.grid.node.config
Classes in org.openqa.selenium.grid.node.config that implement SessionFactory Modifier and Type Class Description classDriverServiceSessionFactoryMethods in org.openqa.selenium.grid.node.config that return types with arguments of type SessionFactory Modifier and Type Method Description java.util.Map<org.openqa.selenium.Capabilities,java.util.Collection<SessionFactory>>NodeOptions. getSessionFactories(java.util.function.Function<org.openqa.selenium.Capabilities,java.util.Collection<SessionFactory>> factoryFactory)Method parameters in org.openqa.selenium.grid.node.config with type arguments of type SessionFactory Modifier and Type Method Description java.util.Map<org.openqa.selenium.Capabilities,java.util.Collection<SessionFactory>>NodeOptions. getSessionFactories(java.util.function.Function<org.openqa.selenium.Capabilities,java.util.Collection<SessionFactory>> factoryFactory) -
Uses of SessionFactory in org.openqa.selenium.grid.node.docker
Classes in org.openqa.selenium.grid.node.docker that implement SessionFactory Modifier and Type Class Description classDockerSessionFactoryMethods in org.openqa.selenium.grid.node.docker that return types with arguments of type SessionFactory Modifier and Type Method Description java.util.Map<org.openqa.selenium.Capabilities,java.util.Collection<SessionFactory>>DockerOptions. getDockerSessionFactories(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, NodeOptions options) -
Uses of SessionFactory in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local with parameters of type SessionFactory Modifier and Type Method Description LocalNode.BuilderLocalNode.Builder. add(org.openqa.selenium.Capabilities stereotype, SessionFactory factory)Constructors in org.openqa.selenium.grid.node.local with parameters of type SessionFactory Constructor Description SessionSlot(EventBus bus, org.openqa.selenium.Capabilities stereotype, SessionFactory factory) -
Uses of SessionFactory in org.openqa.selenium.grid.node.relay
Classes in org.openqa.selenium.grid.node.relay that implement SessionFactory Modifier and Type Class Description classRelaySessionFactoryMethods in org.openqa.selenium.grid.node.relay that return types with arguments of type SessionFactory Modifier and Type Method Description java.util.Map<org.openqa.selenium.Capabilities,java.util.Collection<SessionFactory>>RelayOptions. getSessionFactories(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, java.time.Duration sessionTimeout)
-