I use the testStack / White library to automate the application. Currently it works fine, but it throws an exception if the application is already running. Is there a way to put a check, for example, if the application is already running, and then not call it. i mean, then we can skip this line of code
Application application = Application.Launch(@"someapplication.exe");
I could not find good documentation about White. Any help would be appreciated.
source share