[python-win32] Sending Keystrokes to Active Windows (leegold)

reckoner reckoner at gmail.com
Thu Jul 11 14:09:28 CEST 2013



Use dragonfly:

https://code.google.com/p/dragonfly/

Then,

(FocusWindow(title='firefox')+Key('c-t') ).execute()


will open a new tab in firefox.

good luck!




More information about the python-win32 mailing list