Hello, I have a question about what activity I should use for the process of downloading PDF from a website, but sometimes a white page occurs and I would like the robot to save this error (maybe in the form of a screenshot) and continue downloading the remaining PDF files.
If you have direct download link, use Download file from URL
activity to download the files
You can achieve this processing by following below steps,
- Use wait for download activity or any click activity to download
- take any reference element after downloading the document.
- Assume after clicking on download the same page or any other page will appear which contains any element. and if any error blank screen will come at that time check for reference element when you are able see after downloading the element.
- Use check app state for particular element able find or not
5.if blank screen use take screenshot activity and build your login.
if element found continue your process
Thanks,
Happy Automation!!