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