Recent research Sikuli do an automated operation of the gadget, using the Sikuli image recognition ability to simulate mouse, keyboard operation. The script is easy to write, but when debugging, it is found that the mouse can be moved to the Keyboard Wizard action button, click the button does not work. The test found that the Sikuli script action Browser, Windows window Click operation is valid, using the operating system is Win7. For a long time there is no solution. Later found that this is actually caused by Windows permissions, because the keyboard wizard is started with administrator permissions, and Sikuli is the current normal user start. So the Sikuli program is not authorized to operate the software. The solution is to start Sikuli in Administrator mode. When you start the Keyboard wizard, it always pops up whether or not to run the dialog box, you can open the ' Control Panel ', ' System and Security ', ' Change User account Control Settings ', By adjusting the security level to the minimum ' nerver Notify ', the annoying dialog box will not pop up.
Sikuli Invalid Click action Workaround