Uses of Class
com.microsoft.playwright.Page.WaitForDownloadOptions
Packages that use Page.WaitForDownloadOptions
-
Uses of Page.WaitForDownloadOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForDownloadOptionsModifier and TypeMethodDescriptionPage.WaitForDownloadOptions.setPredicate(Predicate<Download> predicate) Receives theDownloadobject and resolves to truthy value when the waiting should resolve.Page.WaitForDownloadOptions.setTimeout(double timeout) Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.WaitForDownloadOptionsModifier and TypeMethodDescriptionPage.waitForDownload(Page.WaitForDownloadOptions options, Runnable callback) Performs action and waits for a newDownload. -
Uses of Page.WaitForDownloadOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.WaitForDownloadOptionsModifier and TypeMethodDescriptionPageImpl.waitForDownload(Page.WaitForDownloadOptions options, Runnable code) private DownloadPageImpl.waitForDownloadImpl(Page.WaitForDownloadOptions options, Runnable code)