Uses of Interface
org.openqa.selenium.remote.http.Routable
-
-
Uses of Routable in org.openqa.selenium.devtools
Constructors in org.openqa.selenium.devtools with parameters of type Routable Constructor Description NetworkInterceptor(WebDriver driver, Routable routable)
-
Uses of Routable in org.openqa.selenium.grid
Methods in org.openqa.selenium.grid that return Routable Modifier and Type Method Description protected static Routable
TemplateGridServerCommand. baseRoute(java.lang.String prefix, Route route)
protected static Routable
TemplateGridServerCommand. graphqlRoute(java.lang.String prefix, java.util.function.Supplier<HttpHandler> handler)
protected static Routable
TemplateGridServerCommand. hubRoute(java.lang.String prefix, Route route)
-
Uses of Routable in org.openqa.selenium.grid.distributor
Classes in org.openqa.selenium.grid.distributor that implement Routable Modifier and Type Class Description class
Distributor
-
Uses of Routable in org.openqa.selenium.grid.distributor.local
Classes in org.openqa.selenium.grid.distributor.local that implement Routable Modifier and Type Class Description class
LocalDistributor
-
Uses of Routable in org.openqa.selenium.grid.distributor.remote
Classes in org.openqa.selenium.grid.distributor.remote that implement Routable Modifier and Type Class Description class
RemoteDistributor
-
Uses of Routable in org.openqa.selenium.grid.node
Classes in org.openqa.selenium.grid.node that implement Routable Modifier and Type Class Description class
Node
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 Modifier and Type Class Description class
LocalNode
-
Uses of Routable in org.openqa.selenium.grid.node.remote
Classes in org.openqa.selenium.grid.node.remote that implement Routable Modifier and Type Class Description class
RemoteNode
-
Uses of Routable in org.openqa.selenium.grid.router
Classes in org.openqa.selenium.grid.router that implement Routable Modifier and Type Class Description class
Router
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 Routable Modifier and Type Class Description class
NullSessionMap
class
SessionMap
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 Modifier and Type Class Description class
LocalSessionMap
-
Uses of Routable in org.openqa.selenium.grid.sessionmap.remote
Classes in org.openqa.selenium.grid.sessionmap.remote that implement Routable Modifier and Type Class Description class
RemoteSessionMap
-
Uses of Routable in org.openqa.selenium.grid.sessionqueue
Classes in org.openqa.selenium.grid.sessionqueue that implement Routable Modifier and Type Class Description class
NewSessionQueue
-
Uses of Routable in org.openqa.selenium.grid.sessionqueue.local
Classes in org.openqa.selenium.grid.sessionqueue.local that implement Routable Modifier and Type Class Description class
LocalNewSessionQueue
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 Modifier and Type Class Description class
RemoteNewSessionQueue
-
Uses of Routable in org.openqa.selenium.grid.web
Classes in org.openqa.selenium.grid.web that implement Routable Modifier and Type Class Description class
CombinedHandler
class
GridUiRoute
class
ResourceHandler
Methods in org.openqa.selenium.grid.web with parameters of type Routable Modifier and Type Method Description void
CombinedHandler. addHandler(Routable handler)
-
Uses of Routable in org.openqa.selenium.remote.http
Classes in org.openqa.selenium.remote.http that implement Routable Modifier and Type Class Description class
Route
Methods in org.openqa.selenium.remote.http that return Routable Modifier and Type Method Description default Routable
Filter. andFinally(Routable end)
default Routable
Routable. with(Filter filter)
Methods in org.openqa.selenium.remote.http with parameters of type Routable Modifier and Type Method Description default Routable
Filter. andFinally(Routable end)
static Route
Route. combine(Routable first, Routable... others)
Method parameters in org.openqa.selenium.remote.http with type arguments of type Routable Modifier and Type Method Description static Route
Route. combine(java.lang.Iterable<Routable> routes)
-
Uses of Routable in org.openqa.selenium.remote.tracing
Classes in org.openqa.selenium.remote.tracing that implement Routable Modifier and Type Class Description class
SpanWrappedRoutable
Constructors in org.openqa.selenium.remote.tracing with parameters of type Routable Constructor Description SpanWrappedRoutable(Tracer tracer, java.util.function.Function<HttpRequest,java.lang.String> namer, Routable delegate)
-