Uses of Class
com.microsoft.playwright.Page.WaitForWorkerOptions
-
Packages that use Page.WaitForWorkerOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.util.function.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, java.lang.Runnable callback)Performs action and waits for a newWorker. -
Uses of Page.WaitForWorkerOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.WaitForWorkerOptions Modifier and Type Method Description WorkerPageImpl. waitForWorker(Page.WaitForWorkerOptions options, java.lang.Runnable code)private WorkerPageImpl. waitForWorkerImpl(Page.WaitForWorkerOptions options, java.lang.Runnable code)
-