Uses of Interface
org.openqa.selenium.remote.http.Routable
Packages that use Routable
Package
Description
The 
Distributor is responsible for assigning new
 calls to Create Session to a Node.- 
Uses of Routable in org.openqa.selenium.devtoolsConstructors in org.openqa.selenium.devtools with parameters of type Routable
- 
Uses of Routable in org.openqa.selenium.gridMethods in org.openqa.selenium.grid that return RoutableModifier and TypeMethodDescriptionprotected static Routableprotected static RoutableTemplateGridServerCommand.graphqlRoute(String prefix, Supplier<HttpHandler> handler) protected static Routable
- 
Uses of Routable in org.openqa.selenium.grid.distributorClasses in org.openqa.selenium.grid.distributor that implement RoutableModifier and TypeClassDescriptionclass
- 
Uses of Routable in org.openqa.selenium.grid.distributor.localClasses in org.openqa.selenium.grid.distributor.local that implement Routable
- 
Uses of Routable in org.openqa.selenium.grid.distributor.remoteClasses in org.openqa.selenium.grid.distributor.remote that implement Routable
- 
Uses of Routable in org.openqa.selenium.grid.nodeClasses in org.openqa.selenium.grid.node that implement RoutableModifier and TypeClassDescriptionclassA place where individual webdriver sessions are running.
- 
Uses of Routable in org.openqa.selenium.grid.node.localClasses in org.openqa.selenium.grid.node.local that implement Routable
- 
Uses of Routable in org.openqa.selenium.grid.node.remoteClasses in org.openqa.selenium.grid.node.remote that implement Routable
- 
Uses of Routable in org.openqa.selenium.grid.routerClasses in org.openqa.selenium.grid.router that implement RoutableModifier and TypeClassDescriptionclassA simple router that is aware of the selenium-protocol.
- 
Uses of Routable in org.openqa.selenium.grid.sessionmapClasses in org.openqa.selenium.grid.sessionmap that implement RoutableModifier and TypeClassDescriptionclassclassProvides a stable API for looking up where on the Grid a particular webdriver instance is running.
- 
Uses of Routable in org.openqa.selenium.grid.sessionmap.localClasses in org.openqa.selenium.grid.sessionmap.local that implement Routable
- 
Uses of Routable in org.openqa.selenium.grid.sessionmap.remoteClasses in org.openqa.selenium.grid.sessionmap.remote that implement Routable
- 
Uses of Routable in org.openqa.selenium.grid.sessionqueueClasses in org.openqa.selenium.grid.sessionqueue that implement Routable
- 
Uses of Routable in org.openqa.selenium.grid.sessionqueue.localClasses in org.openqa.selenium.grid.sessionqueue.local that implement RoutableModifier and TypeClassDescriptionclassAn in-memory implementation of the list of new session requests.
- 
Uses of Routable in org.openqa.selenium.grid.sessionqueue.remoteClasses in org.openqa.selenium.grid.sessionqueue.remote that implement Routable
- 
Uses of Routable in org.openqa.selenium.grid.webClasses in org.openqa.selenium.grid.web that implement RoutableMethods in org.openqa.selenium.grid.web with parameters of type Routable
- 
Uses of Routable in org.openqa.selenium.remote.httpClasses in org.openqa.selenium.remote.http that implement RoutableMethods in org.openqa.selenium.remote.http that return RoutableModifier and TypeMethodDescriptiondefault RoutableFilter.andFinally(Routable end) default RoutableMethods in org.openqa.selenium.remote.http with parameters of type RoutableMethod parameters in org.openqa.selenium.remote.http with type arguments of type Routable
- 
Uses of Routable in org.openqa.selenium.remote.tracingClasses in org.openqa.selenium.remote.tracing that implement RoutableConstructors in org.openqa.selenium.remote.tracing with parameters of type RoutableModifierConstructorDescriptionSpanWrappedRoutable(Tracer tracer, Function<HttpRequest, String> namer, Routable delegate)