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 TypeMethodDescriptionNodeOptions.getSessionFactories
(Function<ImmutableCapabilities, Collection<SessionFactory>> factoryFactory) Method parameters in org.openqa.selenium.grid.node.config with type arguments of type SessionFactoryModifier and TypeMethodDescriptionNodeOptions.getSessionFactories
(Function<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 TypeMethodDescriptionDockerOptions.getDockerSessionFactories
(Tracer tracer, 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
(Capabilities stereotype, SessionFactory factory) Constructors in org.openqa.selenium.grid.node.local with parameters of type SessionFactoryModifierConstructorDescriptionSessionSlot
(EventBus bus, 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 TypeMethodDescriptionRelayOptions.getSessionFactories
(Tracer tracer, HttpClient.Factory clientFactory, Duration sessionTimeout)