Uses of Class
com.microsoft.playwright.Page.WaitForWorkerOptions
-
Packages that use Page.WaitForWorkerOptions Package Description com.microsoft.playwright -
-
Uses of Page.WaitForWorkerOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForWorkerOptions Modifier and Type Method Description Page.WaitForWorkerOptions
Page.WaitForWorkerOptions. setPredicate(Predicate<Worker> predicate)
Receives theWorker
object and resolves to truthy value when the waiting should resolve.Page.WaitForWorkerOptions
Page.WaitForWorkerOptions. setTimeout(double timeout)
Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.WaitForWorkerOptions Modifier and Type Method Description Worker
Page. waitForWorker(Page.WaitForWorkerOptions options, Runnable callback)
Performs action and waits for a newWorker
.
-