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