Uses of Interface
org.openqa.selenium.grid.node.SessionFactory
Packages that use SessionFactory
Package
Description
-
Uses of SessionFactory in org.openqa.selenium.grid.node.config
Classes in org.openqa.selenium.grid.node.config that implement SessionFactoryMethods in org.openqa.selenium.grid.node.config that return types with arguments of type SessionFactoryModifier and TypeMethodDescriptionMap<org.openqa.selenium.Capabilities,
Collection<SessionFactory>> NodeOptions.getSessionFactories
(Function<org.openqa.selenium.ImmutableCapabilities, Collection<SessionFactory>> factoryFactory) Method parameters in org.openqa.selenium.grid.node.config with type arguments of type SessionFactoryModifier and TypeMethodDescriptionMap<org.openqa.selenium.Capabilities,
Collection<SessionFactory>> NodeOptions.getSessionFactories
(Function<org.openqa.selenium.ImmutableCapabilities, Collection<SessionFactory>> factoryFactory) -
Uses of SessionFactory in org.openqa.selenium.grid.node.docker
Classes in org.openqa.selenium.grid.node.docker that implement SessionFactoryMethods in org.openqa.selenium.grid.node.docker that return types with arguments of type SessionFactoryModifier and TypeMethodDescriptionMap<org.openqa.selenium.Capabilities,
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 SessionFactoryModifier and TypeMethodDescriptionLocalNode.Builder.add
(org.openqa.selenium.Capabilities stereotype, SessionFactory factory) Constructors in org.openqa.selenium.grid.node.local with parameters of type SessionFactoryModifierConstructorDescriptionSessionSlot
(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 SessionFactoryMethods in org.openqa.selenium.grid.node.relay that return types with arguments of type SessionFactoryModifier and TypeMethodDescriptionMap<org.openqa.selenium.Capabilities,
Collection<SessionFactory>> RelayOptions.getSessionFactories
(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, Duration sessionTimeout)