Uses of Class
com.microsoft.playwright.Page.WaitForRequestFinishedOptions
-
Packages that use Page.WaitForRequestFinishedOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.util.function.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, java.lang.Runnable callback)Performs action and waits for aRequestto finish loading. -
Uses of Page.WaitForRequestFinishedOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.WaitForRequestFinishedOptions Modifier and Type Method Description RequestPageImpl. waitForRequestFinished(Page.WaitForRequestFinishedOptions options, java.lang.Runnable code)private RequestPageImpl. waitForRequestFinishedImpl(Page.WaitForRequestFinishedOptions options, java.lang.Runnable code)
-