I wrote some scripts for testing a web GUI using key presses and mouseclicks. When it is running I presses the 'Restore' button of that window. Then the mouseclicks will go wrong. I want to check this event throughout the process, how can i do that?
Actually I am using the Recorder to record some events. Suppose if I am changing the screen resolution and running my application. Then the positions of all controls will change, right? How can I solve this problem? The macros that u said are read only. If I want to chnage the resolution to the old one, how can i do that?
I am doing some mouse movements and clicks using coordinates. Is it possible to find out the resolution changes for that window. According to the resolution the coordinates are changing?