Uses of Interface
com.microsoft.playwright.Download
Packages that use Download
-
Uses of Download in com.microsoft.playwright
Fields in com.microsoft.playwright with type parameters of type DownloadModifier and TypeFieldDescriptionPage.WaitForDownloadOptions.predicateReceives theDownloadobject and resolves to truthy value when the waiting should resolve.Methods in com.microsoft.playwright that return DownloadModifier and TypeMethodDescriptionPage.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 DownloadModifier and TypeMethodDescriptionvoidPage.offDownload(Consumer<Download> handler) Removes handler that was previously added withonDownload(handler).voidPage.onDownload(Consumer<Download> handler) Emitted when attachment download started.Page.WaitForDownloadOptions.setPredicate(Predicate<Download> predicate) Receives theDownloadobject and resolves to truthy value when the waiting should resolve. -
Uses of Download in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement DownloadMethods in com.microsoft.playwright.impl that return DownloadModifier and TypeMethodDescriptionPageImpl.waitForDownload(Page.WaitForDownloadOptions options, Runnable code) private DownloadPageImpl.waitForDownloadImpl(Page.WaitForDownloadOptions options, Runnable code) Method parameters in com.microsoft.playwright.impl with type arguments of type DownloadModifier and TypeMethodDescriptionvoidPageImpl.offDownload(Consumer<Download> handler) voidPageImpl.onDownload(Consumer<Download> handler)