I have several windows with duplicate title bar text. Therefore, my Applicaton Card’s selector targets the most recently active window (most of the time). I understand how to pass a window handle id number into the workflow and use it in an Attach Window activity.
In this case, however, I am asking:
How can I use a Window Handle id with the Application/Browser card?
Additional info:
I have several windows open with the exact same name (e.g. Notepad)
I desire to target my workflow to act a particular application instance, using only the window handle in an Use Application/Browser activity, to identify the window.
For how to accomplish this with an Attach Window activity, please see the solution provided by: @ptrobot: How can I use a Window Handle with an Attach Window activity?