[python-win32] Interacting with the desktop as a service onVista

Matt Herbert (matherbe) matherbe at cisco.com
Wed Oct 22 20:25:47 CEST 2008


 

> -----Original Message-----
> From: python-win32-bounces+matherbe=cisco.com at python.org 
> [mailto:python-win32-bounces+matherbe=cisco.com at python.org] 
> On Behalf Of Tim Roberts
> Sent: Wednesday, October 22, 2008 1:48 PM
> To: Python-Win32 List
> Subject: Re: [python-win32] Interacting with the desktop as a 
> service onVista
> 
> Matt Herbert (matherbe) wrote:
> > My situation is I have a python service which runs 24/7. 
> Occasionally 
> > The service needs to access windows on the desktop. That 
> is, it needs 
> > to enumerate all the windows, find a specific pop-up, and 
> press a button.
> >   
> 
> Wow, this sounds like an incredible hack impersonating as a feature. 
> For my own curiousity, is this for a test lab somewhere, or 
> is this actually part of a product?
> 
> --
> Tim Roberts, timr at probo.com
> Providenza & Boekelheide, Inc.
> 
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
> 


Tim,

This is strictly for a test lab. To be more specific it's for automated
testing of a product. The product has features that need to be tested
both when a user is logged in and when there is nobody logged into the
system. For the automation to be able to Test both of these situations,
it needs to run as a service. Hence, my dilemma.

-Matt


More information about the python-win32 mailing list