Uses of Class
com.microsoft.playwright.impl.UrlMatcher
-
Packages that use UrlMatcher Package Description com.microsoft.playwright.impl -
-
Uses of UrlMatcher in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl declared as UrlMatcher Modifier and Type Field Description private UrlMatcherFrameImpl.WaitForNavigationHelper. matcher(package private) UrlMatcherRouter.RouteInfo. matcherMethods in com.microsoft.playwright.impl that return UrlMatcher Modifier and Type Method Description (package private) static UrlMatcherUrlMatcher. any()(package private) static UrlMatcherUrlMatcher. forOneOf(java.net.URL baseUrl, java.lang.Object object)Methods in com.microsoft.playwright.impl with parameters of type UrlMatcher Modifier and Type Method Description (package private) voidRouter. add(UrlMatcher matcher, java.util.function.Consumer<Route> handler, java.lang.Integer times)private FramePageImpl. frameFor(UrlMatcher matcher)(package private) voidRouter. remove(UrlMatcher matcher, java.util.function.Consumer<Route> handler)private voidBrowserContextImpl. route(UrlMatcher matcher, java.util.function.Consumer<Route> handler, BrowserContext.RouteOptions options)private voidPageImpl. route(UrlMatcher matcher, java.util.function.Consumer<Route> handler, Page.RouteOptions options)private voidBrowserContextImpl. unroute(UrlMatcher matcher, java.util.function.Consumer<Route> handler)private voidPageImpl. unroute(UrlMatcher matcher, java.util.function.Consumer<Route> handler)private ResponseFrameImpl. waitForNavigationImpl(Logger logger, java.lang.Runnable code, Frame.WaitForNavigationOptions options, UrlMatcher matcher)private RequestPageImpl. waitForRequest(UrlMatcher urlMatcher, java.util.function.Predicate<Request> predicate, Page.WaitForRequestOptions options, java.lang.Runnable code)private ResponsePageImpl. waitForResponse(UrlMatcher urlMatcher, java.util.function.Predicate<Response> predicate, Page.WaitForResponseOptions options, java.lang.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 UrlMatcher Constructor Description RouteInfo(UrlMatcher matcher, java.util.function.Consumer<Route> handler, java.lang.Integer times)WaitForNavigationHelper(UrlMatcher matcher, WaitUntilState expectedLoadState, Logger logger)
-