Use Case:
I want to “PDF print” a website. The webseite contains kind of slides, which I can scroll through, if I click the “next” button.
My targeted automation:
a) Load page
b) Press print button
c) Select printer “Print to PDF”
d) Click of save
e) Save file to a specific folder/ file name (parameter)
f) Click on “next” page
g) repeat the above
Problem:
Actuall this is a quite simple flow. However, I struggle with the accessability of this little printer window. Once you click on print, a pop-up appears, which offers me the selection of the printer.
However, if I try to screenrecord this window with UIPath, the system tells me that “internal browser pages” or “new tabs” cannot be automated.
Has anybody experienced the same and can provide a solution?
Are you using classic or modern package?
If using classic, try with the “attach window” activity.
If using modern, try with the “use application/browser” activity in the pop up screen.
Please let us know if it helped you or give us more information about the case.