@radb0310 Thank you for the answer, can you please elaborate more
i want to download a file also, but i can't find a way to choose a location for it. And also i can't grab the URL of the file from the website.
when i click on the button i have this message :
(File is downloading : BrowserautomationStudio is downloading file. You can wait for it and obtain file name with "Wait File Download" action.)
download a file with it's original name ?
-
Hello,
if you have the direct link to download, extract the 'href' attribute, using "Get Element Attribute"I made a sample script that accesses the site https://www.7-zip.org/download.html and downloads the 7z1900-extra.7z file from the url on your desktop:
https: //www.7- zip.org/a/7z1900-extra.7z => file 7z1900-extra.7z in your desktop
0_1560002221432_test-get-filename.xml
enjoy