Uses of Class
com.microsoft.playwright.Page.WaitForResponseOptions
Packages that use Page.WaitForResponseOptions
-
Uses of Page.WaitForResponseOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForResponseOptionsModifier and TypeMethodDescriptionPage.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.WaitForResponseOptionsModifier and TypeMethodDescriptionPage.waitForResponse(String urlOrPredicate, Page.WaitForResponseOptions options, Runnable callback) Returns the matched response.Page.waitForResponse(Predicate<Response> urlOrPredicate, Page.WaitForResponseOptions options, Runnable callback) Returns the matched response.Page.waitForResponse(Pattern urlOrPredicate, Page.WaitForResponseOptions options, Runnable callback) Returns the matched response. -
Uses of Page.WaitForResponseOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.WaitForResponseOptionsModifier and TypeMethodDescriptionprivate ResponsePageImpl.waitForResponse(UrlMatcher urlMatcher, Predicate<Response> predicate, Page.WaitForResponseOptions options, Runnable code) PageImpl.waitForResponse(String urlGlob, Page.WaitForResponseOptions options, Runnable code) PageImpl.waitForResponse(Predicate<Response> predicate, Page.WaitForResponseOptions options, Runnable code) PageImpl.waitForResponse(Pattern urlPattern, Page.WaitForResponseOptions options, Runnable code) private ResponsePageImpl.waitForResponseImpl(Predicate<Response> predicate, Page.WaitForResponseOptions options, Runnable code)