Uses of Class
com.microsoft.playwright.Page.RouteOptions
Packages that use Page.RouteOptions
-
Uses of Page.RouteOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.RouteOptionsModifier and TypeMethodDescriptionPage.RouteOptions.setTimes(int times) How often a route should be used.Methods in com.microsoft.playwright with parameters of type Page.RouteOptionsModifier and TypeMethodDescriptionvoidPage.route(String url, Consumer<Route> handler, Page.RouteOptions options) Routing 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.voidPage.route(Pattern url, Consumer<Route> handler, Page.RouteOptions options) Routing provides the capability to modify network requests that are made by a page. -
Uses of Page.RouteOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.RouteOptionsModifier and TypeMethodDescriptionprivate 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)