Uses of Interface
com.microsoft.playwright.Download
-
Packages that use Download Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Download in com.microsoft.playwright
Fields in com.microsoft.playwright with type parameters of type Download Modifier and Type Field Description java.util.function.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, java.lang.Runnable callback)Performs action and waits for a newDownload.default DownloadPage. waitForDownload(java.lang.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(java.util.function.Consumer<Download> handler)Removes handler that was previously added withonDownload(handler).voidPage. onDownload(java.util.function.Consumer<Download> handler)Emitted when attachment download started.Page.WaitForDownloadOptionsPage.WaitForDownloadOptions. setPredicate(java.util.function.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 Download Modifier and Type Class Description (package private) classDownloadImplMethods in com.microsoft.playwright.impl that return Download Modifier and Type Method Description DownloadPageImpl. waitForDownload(Page.WaitForDownloadOptions options, java.lang.Runnable code)private DownloadPageImpl. waitForDownloadImpl(Page.WaitForDownloadOptions options, java.lang.Runnable code)Method parameters in com.microsoft.playwright.impl with type arguments of type Download Modifier and Type Method Description voidPageImpl. offDownload(java.util.function.Consumer<Download> handler)voidPageImpl. onDownload(java.util.function.Consumer<Download> handler)
-