Uses of Class
com.microsoft.playwright.Worker.WaitForCloseOptions
Packages that use Worker.WaitForCloseOptions
-
Uses of Worker.WaitForCloseOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Worker.WaitForCloseOptionsModifier and TypeMethodDescriptionWorker.WaitForCloseOptions.setTimeout(double timeout) Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type Worker.WaitForCloseOptionsModifier and TypeMethodDescriptionWorker.waitForClose(Worker.WaitForCloseOptions options, Runnable callback) Performs action and waits for the Worker to close. -
Uses of Worker.WaitForCloseOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Worker.WaitForCloseOptionsModifier and TypeMethodDescriptionWorkerImpl.waitForClose(Worker.WaitForCloseOptions options, Runnable code) private WorkerWorkerImpl.waitForCloseImpl(Worker.WaitForCloseOptions options, Runnable code)