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 classRouteMethods in org.openqa.selenium.remote.http that return Routable Modifier and Type Method Description default RoutableFilter. andFinally(Routable end)default RoutableRoutable. with(Filter filter)Methods in org.openqa.selenium.remote.http with parameters of type Routable Modifier and Type Method Description default RoutableFilter. andFinally(Routable end)static RouteRoute. 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 RouteRoute. combine(java.lang.Iterable<Routable> routes)
-