Uses of Class
com.microsoft.playwright.Page.RouteOptions
-
Packages that use Page.RouteOptions Package Description com.microsoft.playwright -
-
Uses of Page.RouteOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.RouteOptions Modifier and Type Method Description Page.RouteOptionsPage.RouteOptions. setTimes(int times)How often a route should be used.Methods in com.microsoft.playwright with parameters of type Page.RouteOptions Modifier and Type Method Description voidPage. route(String url, Consumer<Route> handler, Page.RouteOptions options)Routing provides the capability to modify network requests that are made by a page.voidPage. route(Predicate<String> url, Consumer<Route> handler, Page.RouteOptions options)Routing provides the capability to modify network requests that are made by a page.voidPage. route(Pattern url, Consumer<Route> handler, Page.RouteOptions options)Routing provides the capability to modify network requests that are made by a page.
-