Uses of Class
com.microsoft.playwright.Page.WaitForWorkerOptions
Packages that use Page.WaitForWorkerOptions
-
Uses of Page.WaitForWorkerOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForWorkerOptionsModifier and TypeMethodDescriptionPage.WaitForWorkerOptions.setPredicate(Predicate<Worker> predicate) Receives theWorkerobject and resolves to truthy value when the waiting should resolve.Page.WaitForWorkerOptions.setTimeout(double timeout) Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.WaitForWorkerOptionsModifier and TypeMethodDescriptionPage.waitForWorker(Page.WaitForWorkerOptions options, 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.WaitForWorkerOptionsModifier and TypeMethodDescriptionPageImpl.waitForWorker(Page.WaitForWorkerOptions options, Runnable code) private WorkerPageImpl.waitForWorkerImpl(Page.WaitForWorkerOptions options, Runnable code)