Skip to content

Instantly share code, notes, and snippets.

@turtlebender
Last active August 29, 2015 13:57
Show Gist options
  • Save turtlebender/9486930 to your computer and use it in GitHub Desktop.
Save turtlebender/9486930 to your computer and use it in GitHub Desktop.
import pywinauto.application
app = pywinauto.application.Application()
app.start_(ur"notepad.exe")
notepad = app.Notepad
notepad.edit.TypeKeys(u"I am typing s\xe4me text to Notepad\r\n\r\n"
"And then I am going to quit")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment