Hello,
Here is my current workflow:
- In browser, click “Print Invoice” button (works fine)
- A new tab with the invoice opens automatically
- Chrome automatically switches to this tab and opens the print dialog.
I am trying to select Print to PDF and hit Print, but whenever steps 2-3 are executed, UiPath can no longer communicate with the browser in any tab.
I have tried using a new “Use Browser” activity within the existing Use Browser instance but it does not work. I cannot break out of the current Use Browser activity because my workflow is in a loop. There is no way to prevent the new tab/print dialog from opening that I am aware of.
This is what it looks like when it is trying to connect with the browser. It will select the entire page OR the entire print dialog but with the same error message.
This is the error:
Any help is appreciated, thank you!