Windows automation with Applescript and WINE -


can automate windows application running on wine applescript? if not, there way script windows app on wine osx?

i've not tried wine parallels gui scripting , send keystrokes directly application. here's blog post wrote on it. (although use python + appscript scripting primarily)

http://www.libertypages.com/clarktech/?p=1496

note send each character separately in script. can send full strings. abstracted out can add delay if necessary. have function sending strings.

if you're not familiar gui scripting i'd @ following tutorial:

http://www.macosxautomation.com/applescript/uiscripting/index.html


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -