Parameters
Returns
boolStores a file that has been downloaded from a website in the current session
file_storage = notte.FileStorage("<session_id>")
# file.pdf has been downloaded by an agent in the session
# you can download it to your local machine using:
file_storage.download(file_name="file.pdf", local_dir="<local_download_dir>")
boolWas this page helpful?
Suggestions