Use with any clickable download file element, including button, a, span, div. CRITICAL: Use only this for file download, do not use click.
Example:
session.execute(type="download_file", id="download-button")
session.execute(type="download_file", id="report-link")
# Use the following selection if you want to download a raw PDF, DOCX, file.
session.execute(type="download_file", id="html")
Fields
type
Literal['download_file']
default:"download_file"
category
str
default:"Interaction Actions"
selector
UnionType[str, NodeSelectors, None]
param
UnionType[ActionParameter, None]
Action timeout in milliseconds
Module
notte_core.actions.actions