Uses of Class
org.openqa.selenium.remote.http.Route.TemplatizedRouteConfig
-
-
Uses of Route.TemplatizedRouteConfig in org.openqa.selenium.remote.http
Methods in org.openqa.selenium.remote.http that return Route.TemplatizedRouteConfig Modifier and Type Method Description static Route.TemplatizedRouteConfig
Route. delete(java.lang.String template)
static Route.TemplatizedRouteConfig
Route. get(java.lang.String template)
static Route.TemplatizedRouteConfig
Route. post(java.lang.String template)
-