I’m using Studio on Mac to automate a file download. To do this, I’m following the tutorial posted below, which guides me to use the ‘get attribute’ activity to save the download button’s href to a variable. However, because this attribute in Studio has no ‘save to’ textbox, I am unsure of how to continue. Is there a workaround in Studio?
Attribute value is the place where you can add the variable for output
Click on the right end of it where you see a volume adjust kind of icon and there you would see create variable option..already a default is added if you see there
Thanks for the response! I’m also looking for the href option in the getAttribute dropdown list, but it isn’t there. Has it been replaced with something else in a recent update? I haven’t found any documentation on this.
You don’t need to do all of that. Just use the Wait for Download activity (to click the download button) with the Click activity inside it. Then when the file downloads, the Wait for Download activity will give you a variable with the reference to the downloaded file.
Have you done the free training at academy.uipath.com? I highly recommend it was your starting point into learning UiPath RPA.