Question #142657 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/142657
RaiMan posted a new comment:
this works for me (Mac)
import java.awt.event.InputEvent;
import org.sikuli.script.*;
Screen scr = new Screen();
App aS = new App("Safari");
aS.focus();
scr.highlight(3);
try{
scr.type(null, "t", java.awt.event.InputEvent.META_MASK);
}
catch(FindFailed e){
e.printStackTrace();
}
--
You received this question notification because you are a member of
Sikuli Drivers, which 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