Fixed bug where I was using _start instead of start_
This commit is contained in:
parent
81ade6e3d7
commit
a0ec726202
@ -22,7 +22,7 @@ Sendkeys http://www.rutherfurd.net/python/sendkeys/index.html
|
||||
To check you have it installed correctly
|
||||
run Python
|
||||
>>> import application
|
||||
>>> app = application.Application()._start("notepad")
|
||||
>>> app = application.Application().start_("notepad")
|
||||
>>> app.notepad.TypeKeys("%FX")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user