Upload file to interactive element with file path
from notte_sdk import actions session.execute(actions.UploadFile(selector="file-input", file_path="/path/to/document.pdf")) session.execute(actions.UploadFile(selector="image-upload", file_path="./image.jpg"))
notte_core.actions
Was this page helpful?