New question #692749 on Sikuli: https://answers.launchpad.net/sikuli/+question/692749
I'm writing a script to automatize saving of the web page. So I try to send Ctrl+s with keyDown(). It seemed to work but now I'm getting an error: > [error] java.lang.IllegalArgumentException ( > java.lang.IllegalArgumentException: Key: Not supported character: s ) > [error] --- Traceback --- error source first > line: module ( function ) statement > 17: main ( <module> ) keyDown(Key.CTRL + "s") > [error] --- Traceback --- end -------------- I tried to run it both in IDE and command line with same result. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

