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.
How to make it click random buttons?
-
I have a survey with multiple choice options. How do i make the script fill the survey with random answers each time? It has to click on the elements to answer
-
If the elements to click on are text, use
>MATCH>>Element Text<to click on it.
Save the element selectors in a list then get a random element from the list and use that as the selector.
This will help:
https://wiki.bablosoft.com/doku.php?id=how_to_search_for_element
General wiki:
https://wiki.bablosoft.com/doku.phpTry it and let me know if you have any questions.