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.WaitForRequestOptionsPage.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.WaitForRequestOptions Modifier and Type Method Description RequestPage. waitForRequest(String urlOrPredicate, Page.WaitForRequestOptions options, Runnable callback)Waits for the matching request and returns it.RequestPage. waitForRequest(Predicate<Request> urlOrPredicate, Page.WaitForRequestOptions options, Runnable callback)Waits for the matching request and returns it.RequestPage. waitForRequest(Pattern urlOrPredicate, Page.WaitForRequestOptions options, Runnable callback)Waits for the matching request and returns it.
-