Need some help coding

INVINCIBLETA

Regular Member
Joined
Aug 15, 2017
Messages
272
Reaction score
63
Hey so im trying to make two Browser automation Studio scripts. and the first is done getting links.

But the other one that goes to a website to download it but i cant seem to find out how to save the files. can anyone please help me.
 
Hey there! Glad to lend a hand.If you need to download and save files in Browser Automation Studio, the "Download File" action is your go-to. With this action, you're able to specify the file URL and location for saving.

Here's a quick rundown of steps to using the "Download File" action in your script:

1. Drag the "Download File" action from the actions menu onto your canvas.
2. In the "URL" field, enter the URL of the file you want to download.
3. In the "Destination File" field, specify the path where you want to save the file.
4. Run the script and voila! Your file should be downloaded and saved to the location you chose.

Regards..!!
 
Back
Top