Uses of Class
com.microsoft.playwright.impl.UrlMatcher
Packages that use UrlMatcher
-
Uses of UrlMatcher in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl declared as UrlMatcherModifier and TypeFieldDescriptionprivate final UrlMatcherFrameImpl.WaitForNavigationHelper.matcher(package private) final UrlMatcherRouter.RouteInfo.matcherMethods in com.microsoft.playwright.impl that return UrlMatcherModifier and TypeMethodDescription(package private) static UrlMatcherUrlMatcher.any()(package private) static UrlMatcherMethods in com.microsoft.playwright.impl with parameters of type UrlMatcherModifier and TypeMethodDescription(package private) voidRouter.add(UrlMatcher matcher, Consumer<Route> handler, Integer times) private FramePageImpl.frameFor(UrlMatcher matcher) (package private) voidRouter.remove(UrlMatcher matcher, Consumer<Route> handler) private voidBrowserContextImpl.route(UrlMatcher matcher, Consumer<Route> handler, BrowserContext.RouteOptions options) private voidPageImpl.route(UrlMatcher matcher, Consumer<Route> handler, Page.RouteOptions options) private voidBrowserContextImpl.unroute(UrlMatcher matcher, Consumer<Route> handler) private voidPageImpl.unroute(UrlMatcher matcher, Consumer<Route> handler) private ResponseFrameImpl.waitForNavigationImpl(Logger logger, Runnable code, Frame.WaitForNavigationOptions options, UrlMatcher matcher) private RequestPageImpl.waitForRequest(UrlMatcher urlMatcher, Predicate<Request> predicate, Page.WaitForRequestOptions options, Runnable code) private ResponsePageImpl.waitForResponse(UrlMatcher urlMatcher, Predicate<Response> predicate, Page.WaitForResponseOptions options, Runnable code) private voidFrameImpl.waitForURL(UrlMatcher matcher, Frame.WaitForURLOptions options) private voidPageImpl.waitForURL(UrlMatcher matcher, Page.WaitForURLOptions options) (package private) voidFrameImpl.waitForURLImpl(Logger logger, UrlMatcher matcher, Frame.WaitForURLOptions options) Constructors in com.microsoft.playwright.impl with parameters of type UrlMatcherModifierConstructorDescription(package private)RouteInfo(UrlMatcher matcher, Consumer<Route> handler, Integer times) (package private)WaitForNavigationHelper(UrlMatcher matcher, WaitUntilState expectedLoadState, Logger logger)