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 Unique DB ID disappear?
-
How do i parse a string in a database correctly?
https://i.imgur.com/mVJ7p9m.pngI want the ID to dissapear. I have already red that i have to parse it but i dont understand how to parse or even what to parse.
Hopefully someone can give me a dummy guide on how to that.
Thank you! -
@elmar said in how to make Unique DB ID disappear?:
How do i parse a string in a database correctly?
https://i.imgur.com/mVJ7p9m.pngI want the ID to dissapear. I have already red that i have to parse it but i dont understand how to parse or even what to parse.
Hopefully someone can give me a dummy guide on how to that.
Thank you!You can use Regex for this easily, the regex string would be in this case (.):(.) and then you use the first option.