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.WaitForWorkerOptionsPage.WaitForWorkerOptions. setPredicate(Predicate<Worker> predicate)Receives theWorkerobject and resolves to truthy value when the waiting should resolve.Page.WaitForWorkerOptionsPage.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 WorkerPage. waitForWorker(Page.WaitForWorkerOptions options, Runnable callback)Performs action and waits for a newWorker.
-