Uses of Interface
org.openqa.selenium.grid.session.SessionFactory
-
Packages that use SessionFactory Package Description org.openqa.selenium.grid.session.remote org.openqa.selenium.remote.server -
-
Uses of SessionFactory in org.openqa.selenium.grid.session.remote
Classes in org.openqa.selenium.grid.session.remote that implement SessionFactory Modifier and Type Class Description static class
RemoteSession.Factory<X>
static class
ServicedSession.Factory
-
Uses of SessionFactory in org.openqa.selenium.remote.server
Classes in org.openqa.selenium.remote.server that implement SessionFactory Modifier and Type Class Description class
ActiveSessionFactory
Used to create newActiveSession
instances as required.Methods in org.openqa.selenium.remote.server with parameters of type SessionFactory Modifier and Type Method Description NewSessionPipeline.Builder
NewSessionPipeline.Builder. add(SessionFactory factory)
ActiveSessionFactory
ActiveSessionFactory. bind(java.util.function.Predicate<org.openqa.selenium.Capabilities> onThis, SessionFactory useThis)
NewSessionPipeline.Builder
NewSessionPipeline.Builder. fallback(SessionFactory factory)
-