Question #469229 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/469229
Status: Open => Answered
RaiMan proposed the following answer:
type() from SikuliX does either return integer 0 or 1.
So you apparently do not use the SikuliX type() method in this case.
To be sure:
def samples(self,password):
print (SCREEN.type(password))
have you the
from sikuli import *
in your script, when this is an imported subscript or when you are
running with pure Jython?
--
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