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.devtools
Constructors in org.openqa.selenium.devtools with parameters of type Routable -
Uses of Routable in org.openqa.selenium.grid
Methods in org.openqa.selenium.grid that return RoutableModifier and TypeMethodDescriptionprotected static Routable
protected static Routable
TemplateGridServerCommand.graphqlRoute
(String prefix, Supplier<HttpHandler> handler) protected static Routable
-
Uses of Routable in org.openqa.selenium.grid.distributor
Classes in org.openqa.selenium.grid.distributor that implement RoutableModifier and TypeClassDescriptionclass
-
Uses of Routable in org.openqa.selenium.grid.distributor.local
Classes in org.openqa.selenium.grid.distributor.local that implement Routable -
Uses of Routable in org.openqa.selenium.grid.distributor.remote
Classes in org.openqa.selenium.grid.distributor.remote that implement Routable -
Uses of Routable in org.openqa.selenium.grid.node
Classes in org.openqa.selenium.grid.node that implement RoutableModifier and TypeClassDescriptionclass
A place where individual webdriver sessions are running. -
Uses of Routable in org.openqa.selenium.grid.node.local
Classes in org.openqa.selenium.grid.node.local that implement Routable -
Uses of Routable in org.openqa.selenium.grid.node.remote
Classes in org.openqa.selenium.grid.node.remote that implement Routable -
Uses of Routable in org.openqa.selenium.grid.router
Classes in org.openqa.selenium.grid.router that implement RoutableModifier and TypeClassDescriptionclass
A simple router that is aware of the selenium-protocol. -
Uses of Routable in org.openqa.selenium.grid.sessionmap
Classes in org.openqa.selenium.grid.sessionmap that implement RoutableModifier and TypeClassDescriptionclass
class
Provides 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.local
Classes in org.openqa.selenium.grid.sessionmap.local that implement Routable -
Uses of Routable in org.openqa.selenium.grid.sessionmap.remote
Classes in org.openqa.selenium.grid.sessionmap.remote that implement Routable -
Uses of Routable in org.openqa.selenium.grid.sessionqueue
Classes in org.openqa.selenium.grid.sessionqueue that implement Routable -
Uses of Routable in org.openqa.selenium.grid.sessionqueue.local
Classes in org.openqa.selenium.grid.sessionqueue.local that implement RoutableModifier and TypeClassDescriptionclass
An in-memory implementation of the list of new session requests. -
Uses of Routable in org.openqa.selenium.grid.sessionqueue.remote
Classes in org.openqa.selenium.grid.sessionqueue.remote that implement Routable -
Uses of Routable in org.openqa.selenium.grid.web
Classes 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.http
Classes in org.openqa.selenium.remote.http that implement RoutableMethods in org.openqa.selenium.remote.http that return RoutableModifier and TypeMethodDescriptiondefault Routable
Filter.andFinally
(Routable end) default Routable
Methods 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.tracing
Classes 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)