Uses of Class
com.microsoft.playwright.Page.WaitForPopupOptions
-
Packages that use Page.WaitForPopupOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.util.function.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, java.lang.Runnable callback)Performs action and waits for a popupPage. -
Uses of Page.WaitForPopupOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.WaitForPopupOptions Modifier and Type Method Description PagePageImpl. waitForPopup(Page.WaitForPopupOptions options, java.lang.Runnable code)private PagePageImpl. waitForPopupImpl(Page.WaitForPopupOptions options, java.lang.Runnable code)
-