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
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")