buggy popup

2009-10-22 Thread Vinay Sagar Prakash
Hi All,
Need some idea here:
On my windows machine, there is a Java based program that runs all the time.
Every now and then, a popup appears out of this program.

To close this popup, it requires user to Check the Do-not-show-this-popup
check box and then, click on OKAY button.

Is there a python way of automating the above procedure?

Say, I run a python script on my windows machine which waits all the time
and then if the popup appears, the python guy checks the check box and then
hits the OKAY button?

Any modules/ packages that I can refer to? A small hint would be of a big
help.

Thanks,
-- 
Vinay
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: buggy popup

2009-10-22 Thread Gabriel Genellina
En Thu, 22 Oct 2009 07:14:31 -0300, Vinay Sagar Prakash  
vinya@gmail.com escribió:


On my windows machine, there is a Java based program that runs all the  
time.

Every now and then, a popup appears out of this program.

To close this popup, it requires user to Check the Do-not-show-this-popup
check box and then, click on OKAY button.

Is there a python way of automating the above procedure?


I'm very happy using pywinauto for those tasks.

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list