[Python.NET] How to navigate one window to another window through python scripts ?

Godson Gera godson.g at gmail.com
Wed Nov 12 11:40:43 CET 2008


On Wed, Nov 12, 2008 at 3:01 PM, sambasivareddy
<sambasivareddy.s at patni.com>wrote:

>  Hi all,
>
>
>
> How to navigate one window to another window through python scripts ?
>
>
>
> Basically I want to do  Automatic testing one windows base c#.net
> application through python scripts.
>
>
>
> I am Able to open the executable file with following scripts.
>
> Import os
>
>  Os.system ('abc.exe')
>
>
>
> But how to navigate from one window to another window?
>
> How to set values in that window with python script?
>
>
>
> if any one have sample code and documents Plz share to me.
>
> Your inputs will really helpful and thanks in advance !!!!!
>
>
>
> *Regards**,*
>
> *Sambasivareddy.S*
>

You can use pywinauto http://pywinauto.openqa.org/ to automate desktop
applications on windows.

Thanks & Regards,
Godson Gera
http://godson.in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythondotnet/attachments/20081112/4459c333/attachment.htm>


More information about the PythonDotNet mailing list