http://bugs.winehq.org/show_bug.cgi?id=4211
Summary: autoit3 can't control Notepad Product: Wine Version: 0.9.4. Platform: Other URL: http://www.autoitscript.com/ OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
The program 'autoit3' is a scripting language and runtime for automating GUI applications, and can be used for GUI regression testing. It seems to run fine at first under Wine-0.9.4, but when I tried using its notepad demo, it couldn't send keystrokes to notepad. To repeat:
Download and install http://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3-setup.exe
cd "~/.wine/drive_c/Program Files/AutoIt3" wine AutoIt3.exe Examples/notepad1.au3
It will start notepad, but fail to stuff characters into the edit window.