Tagged Questions
1
vote
0answers
20 views
Stopping another program from taking focus
I need to run a lengthy set of unit tests quite often each day, and as part of the tests, some windows pop up and are subsequently closed by the test script. Ideally, I'd like to continue working ...