I'm working on a flow to download a report from a website. After setting the report parameters the only option is to click a printer icon, print to PDF and save as. Works great in attended mode but when triggered by cloud flow in unattended mode the automation fails to get the UI element of the and errors out. I'm used to troubleshooting these unattended errors, but my normal tricks are not working. All the other UI element interactions work just fine in unattended. Since it's unattended I only have error screenshots to go off of. It's unclear if the failure is in the clicking of the printer icon or if the "print to PDF" screen is not popping up.
So far, I have tried:
- using the move mouse to image and click instead of click UI element.
- validate the screen resolutions are properly forced and the same in both modes.
- All the permutations of changing the UI elements and screen selectors I can think of.
Let me know if any of you out there have some ideas on what to try next to get this thing working.