Uses of Class
com.microsoft.playwright.Page.WaitForRequestFinishedOptions
-
Packages that use Page.WaitForRequestFinishedOptions Package Description com.microsoft.playwright -
-
Uses of Page.WaitForRequestFinishedOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForRequestFinishedOptions Modifier and Type Method Description Page.WaitForRequestFinishedOptionsPage.WaitForRequestFinishedOptions. setPredicate(Predicate<Request> predicate)Receives theRequestobject and resolves to truthy value when the waiting should resolve.Page.WaitForRequestFinishedOptionsPage.WaitForRequestFinishedOptions. setTimeout(double timeout)Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.WaitForRequestFinishedOptions Modifier and Type Method Description RequestPage. waitForRequestFinished(Page.WaitForRequestFinishedOptions options, Runnable callback)Performs action and waits for aRequestto finish loading.
-