Use with any upload file element, including button, input, a, span, div. CRITICAL: Use only this for file upload, do not use click.
Example:
session.execute(type="upload_file", id="file-input", file_path="/path/to/document.pdf")
session.execute(type="upload_file", id="image-upload", file_path="./image.jpg")
Fields
type
Literal['upload_file']
default:"upload_file"
category
str
default:"Interaction Actions"
selector
UnionType[str, NodeSelectors, None]
param
UnionType[ActionParameter, None]
Action timeout in milliseconds
Module
notte_core.actions.actions