Instead of clicking on download button you have to take download link.
You can do that with "get element atribute", and as atribute use href.
Than use that link in "Download" action. There you have to define
full download file path along with downloaded file name and extension.
So you can define your desirable folder.
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