Hi,
I am new here and have started some automation via desktop automate. I have been tasked with retrieving pdf attachments on invoices from our web-based ERP system. There are times where depending on web connection speed, the flow step executed much faster and it times out. It usually occurred in my loop, for example,
- Go to URL
- Click on icon
- wait
- right-click on the embedded container with pdf
- key press - right click save -as {usually around this part is where it freezes up if page loads to slow}
is there a way if it is stuck to repeat the last step and have it right click again?
Thanks!