Hello
I am trying to automate a program that runs in a modal window.
During my interaction with the program I need to switch to a different application, make a setting change and then switch back to the modal window.
I am trying to avoid using the mouse if possible. Application switcher is not viable as it can select the wrong application.
I am wondering if there is a keystroke command or other non-mouse option that I can use in the script to switch applications.
Thanks