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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp