← Back to team overview

sikuli-driver team mailing list archive

[Question #692749]: Not supported character in type()

 

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.