IE launched through RunAs - working on TestComplete dev, but not finding the browser in TestExecute
We needed to run Internet Explorer as a different user for our tests, so I added a tested app for iexplore.exe and use the RunAs command to open it as the test user. After that, I grab the browser, p...