Re: Scripting SAP GUI (Windows)



Hi!

You can use Autoit.
Bad "conception" language ; but many good tools, for identify windows, process, send keystrokes, emulate mouse, etc.
(Autohotkey is make on Autoit 2 ; Autoit is actually in version 3).
Good trick : Autoit-X is a COM server, with the most importants functions of Autoit (nor GUI) ; and Autoit-X can be driven from Python+PyWin32.

*sorry for my bad english*

Michel Claveau



PS : http://www.autoitscript.com/autoit3/ (& look also forums)




.



Relevant Pages

  • Re: Sending keystrokes to an application running on Citrix ICA Client
    ... Take a look at the Beta DLL for AutoIt and incorporate this in your ... SendKeys. ... >> Now, this works if Excel is running under Citrix, but if Excel is ... >> enter the keystrokes on the keyboard under the same circumstances the ...
    (microsoft.public.dotnet.languages.vb)
  • How to send Alt+Numpad keys in AutoIt or VBScript
    ... An answer for this for either VBscript or AutoIt would be fine. ... For example, using AutoIt, I want to send the keystrokes Alt+Num0146 (the ... smart apostrophe) and I try this, ...
    (microsoft.public.scripting.vbscript)