Skip to main content
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"
description
str
id
str
default:""
selector
UnionType[str, NodeSelectors, None]
press_enter
UnionType[bool, None]
text_label
UnionType[str, None]
param
UnionType[ActionParameter, None]

Module

notte_core.actions.actions