For each row, open a URL (page opens a dialog box automatically)
Use keyboard shortcuts ESC and CTRL+P to close dialog and open print dialog
Steps 1-3 work without any issues. I have set a 5 second delay on the Keyboard Shortcut activity, however it takes around 45-60 seconds to execute.
Weirdly, when I use a breakpoint at the Keyboard Shortcut activity and hit continue, it works fine and is not delayed. Similarly when I isolate these 4 steps into their own project, the process works fine and is not delayed. I am not sure what could be causing the delay.
I have tried:
Splitting up the two keyboard shortcuts
Adjusting the delay time (+/-)
Disabling “Activate” option
Changing the input mode
Here are the properties of the Keyboard Shortcut activity.
Hello,
Visibility is not the issue. When checking the app state, execution jumps into “Target Appears” and then sits and waits ~1m on “Keyboard Shortcuts” before executing.
As mentioned before, changing the input mode does not make a difference.
Thank you