← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #694622]: env.isLockOnSync always return false

 

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

BIPIN posted a new comment:
 let offcap = this.Env.isLockOnSync(this.Key.NUM_LOCK)
        console.log(offcap, typeof offcap, this.Key.NUM_LOCK, this.Key.NUM_LOCK.toString())
        if (offcap == true || offcap == "True" || offcap == "true") {
            let x = this.screen.typeSync(this.Key.NUM_LOCK);
            this.wait(null, 0.2);
            console.log("---------------cap", x, typeof x)
        }

output result false, 'boolean' , '[]' , '[]'

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