Uses of Class
com.microsoft.playwright.Worker.WaitForCloseOptions
-
Packages that use Worker.WaitForCloseOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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, java.lang.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.WaitForCloseOptions Modifier and Type Method Description WorkerWorkerImpl. waitForClose(Worker.WaitForCloseOptions options, java.lang.Runnable code)private WorkerWorkerImpl. waitForCloseImpl(Worker.WaitForCloseOptions options, java.lang.Runnable code)
-