Chrome Print Dialog

Hi @Allan_Zimmermann ,

We have been trying to download file from a website which has a print button to allow download of the files.

Clicking on the print opens the chrome print dialog by default. We were not able to access the contents on the print dialog and hence tried using the key press events. We were able to download the file through enter key event.

But when we run the bot repeatedly to download multiple files in same run, we are able to download only the first time and then we are not able to get the focus into the print dialog.

Please share you thoughts on this

Use Windows.Get Element
But you need to click “open selector” and browse though the tree on left to find the elements, you cannot use recorder or “select” button.
That way you can interact with the dialog, without using keyboard

same concept as here

Sure Allan. Thank you for the quick response…

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