Uses of Class
org.openqa.selenium.remote.http.Route
-
-
Uses of Route in org.openqa.selenium.remote.http
Methods in org.openqa.selenium.remote.http that return Route Modifier and Type Method Description static Route
Route. combine(java.lang.Iterable<Routable> routes)
static Route
Route. combine(Routable first, Routable... others)
Route
Route.NestedRouteConfig. to(Route route)
Route
Route.PredicatedConfig. to(java.util.function.Supplier<HttpHandler> handler)
Route
Route.TemplatizedRouteConfig. to(java.util.function.Function<java.util.Map<java.lang.String,java.lang.String>,HttpHandler> handlerFunc)
Route
Route.TemplatizedRouteConfig. to(java.util.function.Supplier<HttpHandler> handler)
Methods in org.openqa.selenium.remote.http with parameters of type Route Modifier and Type Method Description Route
Route.NestedRouteConfig. to(Route route)
-