Uses of Interface
com.microsoft.playwright.Download
-
Packages that use Download Package Description com.microsoft.playwright -
-
Uses of Download in com.microsoft.playwright
Fields in com.microsoft.playwright with type parameters of type Download Modifier and Type Field Description Predicate<Download>Page.WaitForDownloadOptions. predicateReceives theDownloadobject and resolves to truthy value when the waiting should resolve.Methods in com.microsoft.playwright that return Download Modifier and Type Method Description DownloadPage. waitForDownload(Page.WaitForDownloadOptions options, Runnable callback)Performs action and waits for a newDownload.default DownloadPage. waitForDownload(Runnable callback)Performs action and waits for a newDownload.Method parameters in com.microsoft.playwright with type arguments of type Download Modifier and Type Method Description voidPage. offDownload(Consumer<Download> handler)Removes handler that was previously added withonDownload(handler).voidPage. onDownload(Consumer<Download> handler)Emitted when attachment download started.Page.WaitForDownloadOptionsPage.WaitForDownloadOptions. setPredicate(Predicate<Download> predicate)Receives theDownloadobject and resolves to truthy value when the waiting should resolve.
-