Uses of Class
com.microsoft.playwright.BrowserContext.RouteOptions
Packages that use BrowserContext.RouteOptions
-
Uses of BrowserContext.RouteOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return BrowserContext.RouteOptionsModifier and TypeMethodDescriptionBrowserContext.RouteOptions.setTimes(int times) How often a route should be used.Methods in com.microsoft.playwright with parameters of type BrowserContext.RouteOptionsModifier and TypeMethodDescriptionvoidBrowserContext.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. -
Uses of BrowserContext.RouteOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type BrowserContext.RouteOptionsModifier and TypeMethodDescriptionprivate voidBrowserContextImpl.route(UrlMatcher matcher, Consumer<Route> handler, BrowserContext.RouteOptions options) voidBrowserContextImpl.route(String url, Consumer<Route> handler, BrowserContext.RouteOptions options) voidBrowserContextImpl.route(Predicate<String> url, Consumer<Route> handler, BrowserContext.RouteOptions options) voidBrowserContextImpl.route(Pattern url, Consumer<Route> handler, BrowserContext.RouteOptions options)