Uses of Class
com.microsoft.playwright.Page.WaitForResponseOptions
-
Packages that use Page.WaitForResponseOptions Package Description com.microsoft.playwright -
-
Uses of Page.WaitForResponseOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForResponseOptions Modifier and Type Method Description Page.WaitForResponseOptionsPage.WaitForResponseOptions. 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.WaitForResponseOptions Modifier and Type Method Description ResponsePage. waitForResponse(String urlOrPredicate, Page.WaitForResponseOptions options, Runnable callback)Returns the matched response.ResponsePage. waitForResponse(Predicate<Response> urlOrPredicate, Page.WaitForResponseOptions options, Runnable callback)Returns the matched response.ResponsePage. waitForResponse(Pattern urlOrPredicate, Page.WaitForResponseOptions options, Runnable callback)Returns the matched response.
-