Uses of Interface
org.openqa.selenium.grid.node.SessionFactory
-
Packages that use SessionFactory Package Description org.openqa.selenium.grid.docker org.openqa.selenium.grid.node.config org.openqa.selenium.grid.node.local -
-
Uses of SessionFactory in org.openqa.selenium.grid.docker
Classes in org.openqa.selenium.grid.docker that implement SessionFactory Modifier and Type Class Description class
DockerSessionFactory
Methods in org.openqa.selenium.grid.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)
-
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 class
DriverServiceSessionFactory
Methods 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.WebDriverInfo,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.WebDriverInfo,java.util.Collection<SessionFactory>> factoryFactory)
-
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.Builder
LocalNode.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)
-