Hello,
my script is using "WinWait" for detecting the pop-up window, but sometimes it do not work.
I think it happens when my CPU is on heavy load that comes with pop-up. Is there a way to resolve this?
In other words the scenario is like this:
1.) my sctipt waits on "WinWait"
2.) User click in different program to start some process, that is indicated with pop-up
3.) Process starts, use CPU at 99% than Pop-Up shows
4.) my script still waits (not recognized the pop-up)