Hi,
I am opening a browser application with Edge with “Use Application\Browser”. Doing some clicks.
Opening another application with Edge with Use Application\Browser.
While I am trying to do some clicks on the second application, focus is getting shifted to first Edge window and clicks are done in the first window. How can I prevent this? How can I keep one window active at a time? I need both applications in the process.
I tried using Activate, but still the same thing. Thank you,
To differentiate between both…in the first activity of use application/browser use the output element property and get the browser and in subsequent activities use that output as input element and use activate as the first activity then it would switch