Re: How to write code to get focuse the application which is open from server

2007-01-18 Thread Mark
Hi, There are better places to find me then on comp.lang.python (just too much traffic for me) pywinauto forums: http://forums.openqa.org/forum.jspa?forumID=15 or subscribe pywinauto mailing list: https://lists.sourceforge.net/lists/listinfo/pywinauto-users vithi wrote: > MatchError: Could not

Re: How to write code to get focuse the application which is open from server

2007-01-15 Thread Gabriel Genellina
At Monday 15/1/2007 15:53, vithi wrote: I am sorry that was a typing error. I try like that app.Print.OK.Click() but it was not working. The printer window was not IdentifiedIs their any method I can use to achive the same goal. How the window title was used as class name?. Could you please help

Re: How to write code to get focuse the application which is open from server

2007-01-15 Thread vithi
Dennis, I am sorry that was a typing error. I try like that app.Print.OK.Click() but it was not working. The printer window was not IdentifiedIs their any method I can use to achive the same goal. How the window title was used as class name?. Could you please help me to solve this problem. thanks t

Re: How to write code to get focuse the application which is open from server

2007-01-15 Thread vithi
Dennis, I am sorry that was a typing error. I try like that app.Print.OK.Click() but it was not working. The printer window was not IdentifiedIs their any method I can use to achive the same goal. How the window title was used as class name?. Could you please help me to solve this problem. thanks t

Re: How to write code to get focuse the application which is open from server

2007-01-14 Thread vithi
Hi Paul, Since your reply I try to use pywinauto. I was able to get the control of a window that is a good news but it is not working for sub window this main window create.(popup windows) eg) File -> printwill open print window but the code is not clicking print button. I try several combinati

Re: How to write code to get focuse the application which is open from server

2007-01-14 Thread vithi
Hi Paul, Since your reply I try to use pywinauto. I was able to get the control of a window that is a good news but it is not working for sub window this main window create.(popup windows) eg) File -> printwill open print window but the code is not clicking print button. I try several combinati

Re: How to write code to get focuse the application which is open from server

2007-01-07 Thread Paul McGuire
"vinthan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi, > I am new to python. I have to write test cases in python. An > application is open in the desk top ( application writen in .Net) I > have to write code to get focuse the application and click on the link > which in the o

How to write code to get focuse the application which is open from server

2007-01-06 Thread vinthan
hi, I am new to python. I have to write test cases in python. An application is open in the desk top ( application writen in .Net) I have to write code to get focuse the application and click on the link which in the one side and it will load the map on the other and I have to check map is loaded.