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