Uses of Interface
com.microsoft.playwright.Route
Packages that use Route
-
Uses of Route in com.microsoft.playwright
Method parameters in com.microsoft.playwright with type arguments of type RouteModifier and TypeMethodDescriptiondefault voidRouting provides the capability to modify network requests that are made by any page in the browser context.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.default voidRouting 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.default voidRouting 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.default voidRouting provides the capability to modify network requests that are made by a page.voidPage.route(String url, Consumer<Route> handler, Page.RouteOptions options) Routing provides the capability to modify network requests that are made by a page.default voidRouting provides the capability to modify network requests that are made by a page.voidRouting provides the capability to modify network requests that are made by a page.default voidRouting 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.voidRemoves a route created withBrowserContext.route().voidRemoves a route created withBrowserContext.route().voidRemoves a route created withBrowserContext.route().voidRemoves a route created withPage.route().voidRemoves a route created withPage.route().voidRemoves a route created withPage.route(). -
Uses of Route in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement RouteFields in com.microsoft.playwright.impl with type parameters of type RouteMethods in com.microsoft.playwright.impl with parameters of type RouteMethod parameters in com.microsoft.playwright.impl with type arguments of type RouteModifier and TypeMethodDescription(package private) voidRouter.add(UrlMatcher matcher, Consumer<Route> handler, Integer times) (package private) voidRouter.remove(UrlMatcher matcher, Consumer<Route> handler) private 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) private voidPageImpl.route(UrlMatcher matcher, Consumer<Route> handler, Page.RouteOptions options) voidPageImpl.route(String url, Consumer<Route> handler, Page.RouteOptions options) voidvoidPageImpl.route(Pattern url, Consumer<Route> handler, Page.RouteOptions options) private voidBrowserContextImpl.unroute(UrlMatcher matcher, Consumer<Route> handler) voidvoidvoidprivate voidPageImpl.unroute(UrlMatcher matcher, Consumer<Route> handler) voidvoidvoidConstructor parameters in com.microsoft.playwright.impl with type arguments of type RouteModifierConstructorDescription(package private)RouteInfo(UrlMatcher matcher, Consumer<Route> handler, Integer times)