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.
Root directory
-
My script requires many resource files.
My current computer's data is in D drive while my other computers' data are in C drive.
It becomes very tedious to change the Drive when the script is used in other computers.
Is it possible to copy all the resource files to the root directory of the script so that when the specify the resource file location, it can be '\resource.txt .. without the need the specify the Drive. -
What I need is input resource file (your example seems to show output file).


You can see that I created a folder 'testfolder' in BAS program directory and added a resource file 'Websites.txt' there.
Then in my script, i point to /testfolder/Websites.txt
Did i do correctly?
I want the input resource files (more than 10 files) to follow the compiled script so that users don't need to amend the file location.