I have a workaround for Chrome pop-ups and windows. First I attach the browser and “select” the element. Note that I can’t select the exact element. Then I open the click element in UiExplorer.
And from the Visual Tree, I find the related Window and by using highlight I’m trying to find my target element. (Expand the groups and try by clicking elements on Visual Tree.)
Sorry, but that is the tricky part. It won’t attach to the Print Window. We have to kind of arm twist the selector to manipulate the Print button of the child window.
Did you try to manually craft the selector for a Click event after you initiate ctrl+p on the main Chrome window?
I’m still looking for the original XAML that I used for my post in the other thread, if I find it I will post it here for sure.
In the meantime, I’ve attached another sequence here . It uses the Hotkey option as opposed to Web recording. I just tested it on this page and it initiates the print action to Windows OneNote successfully.
You may have to changed the Attach Browser Selector if you want to try it on another window.
Optionally you may want to preset the print option (Save as PDF, Save to OneNote etc) before you test this sequence out.