This is a demonstration of a Sikuli script (http://groups.csail.mit.edu/uid/sikuli/) being used to launch Project Wonderland (http://projectwonderland.com/) and enter "Hello World!" into the text chat. The script was simple to create and took less than 5 minutes. Debugging took about 10 minutes.
@Silversonic11
It's easy.
Use "type('hello world \n')"
The "\n" is like hitting enter on your keyboard.
m4ttyx 2 years ago
What do I do if I need Sikuli to wait for me to type something in, and then carry on the process?
Silversonic11 2 years ago