Wait for a window to become active
Posted: Wed May 16, 2007 7:05 am
I am creating a task where I need to open a process through command line parameter and then I need to wait for the window of that process to become active before I can send some keystrokes to that process.
I have successfully opened the process through Robotask but the "Wait untill the application is ready for input" option is not working.
so I now want to use a loop which will check for the existence of the window where I need to input some data. How do I loop and wait for a particular window to become active?
I have successfully opened the process through Robotask but the "Wait untill the application is ready for input" option is not working.
so I now want to use a loop which will check for the existence of the window where I need to input some data. How do I loop and wait for a particular window to become active?