|
From: Thomas Guettler on 2 Jul 2008 07:08 Hi, I need to script SAP GUI running on MS-Windows: Open SAP GUI window, if it is not already open, and then batch input some keystrokes. The following solutions were found by google: - autohotkey: not preferred, since it has an own programming language. This will slow down development. - pyHook - user pywin32 and SetWindowsHookEx I develop with python since seven years, but only on linux. Any hints? -- Thomas Guettler, http://www.thomas-guettler.de/ E-Mail: guettli (*) thomas-guettler + de
From: Prosenjit Kundu on 2 Jul 2008 07:24 First of all Linux is much better place. why you want to automate GUI with python. You can easily use QTP such GUI testing tools to automate your staff. But that does not mean I am saying the Python is bad in any way. Py and Perl are the two most good things in this world. py-py, Prosenjit Thomas Guettler wrote: > Hi, > > I need to script SAP GUI running on MS-Windows: > > Open SAP GUI window, if it is not already open, and then batch input > some keystrokes. > > The following solutions were found by google: > > - autohotkey: not preferred, since it has an own programming > language. This will slow down development. > - pyHook > - user pywin32 and SetWindowsHookEx > > I develop with python since seven years, but only on linux. > > Any hints? > >
From: Thomas Guettler on 2 Jul 2008 09:24 I just got this link in a german newsgroup: http://pywinauto.openqa.org/ Seems to be what I was looking for. Nevertheless feedback still welcome. Thomas Guettler schrieb: > Hi, > > I need to script SAP GUI running on MS-Windows: > > Open SAP GUI window, if it is not already open, and then batch input > some keystrokes. > > The following solutions were found by google: > > - autohotkey: not preferred, since it has an own programming > language. This will slow down development. > - pyHook > - user pywin32 and SetWindowsHookEx > > I develop with python since seven years, but only on linux. > > Any hints? > > -- Thomas Guettler, http://www.thomas-guettler.de/ E-Mail: guettli (*) thomas-guettler + de
From: "Sebastian "lunar" Wiesner" on 2 Jul 2008 10:12 Thomas Guettler <hv(a)tbz-pariv.de>: > Hi, > > I need to script SAP GUI running on MS-Windows: Doesn't that thing have a COM interface? -- Freedom is always the freedom of dissenters. (Rosa Luxemburg)
From: M�ta-MCI (MVP) on 2 Jul 2008 17:14 Hi! > Linux is much better place You confuse proselitism and objectivity... @-salutations -- Michel Claveau
|
Next
|
Last
Pages: 1 2 Prev: beginner's questions - manipulating text files Next: Email Validation with domain |