Uses of Class
com.microsoft.playwright.Worker.WaitForCloseOptions
-
Packages that use Worker.WaitForCloseOptions Package Description com.microsoft.playwright -
-
Uses of Worker.WaitForCloseOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Worker.WaitForCloseOptions Modifier and Type Method Description Worker.WaitForCloseOptionsWorker.WaitForCloseOptions. setTimeout(double timeout)Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type Worker.WaitForCloseOptions Modifier and Type Method Description WorkerWorker. waitForClose(Worker.WaitForCloseOptions options, Runnable callback)Performs action and waits for the Worker to close.
-