Uses of Class
com.microsoft.playwright.Page.WaitForPopupOptions
-
Packages that use Page.WaitForPopupOptions Package Description com.microsoft.playwright -
-
Uses of Page.WaitForPopupOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForPopupOptions Modifier and Type Method Description Page.WaitForPopupOptionsPage.WaitForPopupOptions. setPredicate(Predicate<Page> predicate)Receives thePageobject and resolves to truthy value when the waiting should resolve.Page.WaitForPopupOptionsPage.WaitForPopupOptions. setTimeout(double timeout)Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.WaitForPopupOptions Modifier and Type Method Description PagePage. waitForPopup(Page.WaitForPopupOptions options, Runnable callback)Performs action and waits for a popupPage.
-