Help with web automation

Hello, I need to automate a process where the rpa needs to download an archive from a website, but the archive don´t have a specific time to be avaliable for download, it´s in a range of fifteen minutes and i need to get the info as soon as possible. Does anyone have a suggestion of how to do that?

if there is nothing that can tell you when it’s ready, then all you can do is retry with some interval.

Actually the main problem is that after 15 minutes of trying it need´s to report failure.
My solution was to run a python code to check if the time has passed and return a variable named validacao with value 1 if the conditions proced or 2 they dont. After that i run an if in the rpa workflow and if validacao = 2 it goes to a planned get element failure, else continues the workflow.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.