Uses of Class
com.microsoft.playwright.Page.WaitForPopupOptions
Packages that use Page.WaitForPopupOptions
-
Uses of Page.WaitForPopupOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForPopupOptionsModifier and TypeMethodDescriptionPage.WaitForPopupOptions.setPredicate(Predicate<Page> predicate) Receives thePageobject and resolves to truthy value when the waiting should resolve.Page.WaitForPopupOptions.setTimeout(double timeout) Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.WaitForPopupOptionsModifier and TypeMethodDescriptionPage.waitForPopup(Page.WaitForPopupOptions options, 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.WaitForPopupOptionsModifier and TypeMethodDescriptionPageImpl.waitForPopup(Page.WaitForPopupOptions options, Runnable code) private PagePageImpl.waitForPopupImpl(Page.WaitForPopupOptions options, Runnable code)