Uses of Class
com.microsoft.playwright.Page.WaitForRequestOptions
-
Packages that use Page.WaitForRequestOptions Package Description com.microsoft.playwright -
-
Uses of Page.WaitForRequestOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForRequestOptions Modifier and Type Method Description Page.WaitForRequestOptions
Page.WaitForRequestOptions. withTimeout(Integer timeout)
Methods in com.microsoft.playwright with parameters of type Page.WaitForRequestOptions Modifier and Type Method Description Deferred<Request>
Page. waitForRequest(String urlGlob, Page.WaitForRequestOptions options)
Deferred<Request>
Page. waitForRequest(Predicate<String> urlPredicate, Page.WaitForRequestOptions options)
Deferred<Request>
Page. waitForRequest(Pattern urlPattern, Page.WaitForRequestOptions options)
-