A union type representing different methods to trigger file downloads in web automation. This type alias standardizes how download operations can be initiated, providing multiple approaches to suit different automation scenarios.Documentation Index
Fetch the complete documentation index at: https://intunedhq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
str: Direct URL string to download fromLocator: Playwright Locator object pointing to a clickable download elementCallable[[Page], None]|Callable[[Page], Awaitable[None]]: Custom async function that takes a Page and triggers the download