Use with any clickable download file element, including button, a, span, div. CRITICAL: Use only this for file download, do not use click.Example:
Copy
Ask AI
from notte_sdk import actionssession.execute(actions.DownloadFile(selector="download-button"))session.execute(actions.DownloadFile(selector="report-link"))# Use the following selection if you want to download a raw PDF, DOCX, file.session.execute(actions.DownloadFile(selector="html"))