Uses of Interface
org.openqa.selenium.remote.http.Routable
-
-
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)
-