← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #679226]: Keyboard frozen after script run --- need to press ctrl-alt-c

 

Question #679226 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679226

RaiMan posted a new comment:
until now I did not find an option to start a command prompt using App
open.

I will make this a request bug (command prompt open, focus and close)

The easiest way:
type("r", Key.WIN)
wait(1)
type("cmd" + Key.ENTER)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.