You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @Mavericks334,
with rpa v1.41 you can set the default download directory via: r.download_location('/home/fido/PycharmProjects/test')
Also you can check the actual download folder with: default_location = r.download_location()
If you don't want to change your default directory, you can download the file directly to your destination: r.download("https://pics.de/picture.png", "/tmp/my_picture.png")
kensoh
changed the title
How to change Chrome download directory using helper Function?
How to change Chrome download directory - use download_location()
Apr 18, 2022
Hi @kensoh
For the TAG UI there as a helper function to change the download folder locations based on this issue
[https://github.com/aisingapore/TagUI/issues/1035]
Is there something similar for the python version as well. r.download_folder() does not work
Regards,
Renato.
The text was updated successfully, but these errors were encountered: