Uses of Class
com.microsoft.playwright.Page.WaitForRequestOptions
Packages that use Page.WaitForRequestOptions
-
Uses of Page.WaitForRequestOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForRequestOptionsModifier and TypeMethodDescriptionPage.WaitForRequestOptions.setTimeout(double timeout) Maximum wait time in milliseconds, defaults to 30 seconds, pass0to disable the timeout.Methods in com.microsoft.playwright with parameters of type Page.WaitForRequestOptionsModifier and TypeMethodDescriptionPage.waitForRequest(String urlOrPredicate, Page.WaitForRequestOptions options, Runnable callback) Waits for the matching request and returns it.Page.waitForRequest(Predicate<Request> urlOrPredicate, Page.WaitForRequestOptions options, Runnable callback) Waits for the matching request and returns it.Page.waitForRequest(Pattern urlOrPredicate, Page.WaitForRequestOptions options, Runnable callback) Waits for the matching request and returns it. -
Uses of Page.WaitForRequestOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.WaitForRequestOptionsModifier and TypeMethodDescriptionprivate RequestPageImpl.waitForRequest(UrlMatcher urlMatcher, Predicate<Request> predicate, Page.WaitForRequestOptions options, Runnable code) PageImpl.waitForRequest(String urlGlob, Page.WaitForRequestOptions options, Runnable code) PageImpl.waitForRequest(Predicate<Request> predicate, Page.WaitForRequestOptions options, Runnable code) PageImpl.waitForRequest(Pattern urlPattern, Page.WaitForRequestOptions options, Runnable code) private RequestPageImpl.waitForRequestImpl(Predicate<Request> predicate, Page.WaitForRequestOptions options, Runnable code)