Hello,
Here is my current workflow:
- In Chrome, navigate to an invoice URL
- Chrome opens invoice page with print dialog automatically
I am trying to click the Print button. CV allows me to select the target, but when I run it it will not click the button. If I open the print dialog manually, it recognizes the button. But the webpage opens the dialog automatically so I need to be able to click the button in that scenario. If I use a “tab” keystroke, it switches to another button in the dialog box so I know the dialog box is in focus.
The current window selector is: app='chrome.exe'
and title='InvoicePrint'
, although I do not know if this is correct for the dialog box.
I have tried:
- Using Simulate input mode
- Using Activate: False
- Using Alter Disabled Element: True
Any help is appreciated! Thank you