← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #469229]: Sikulix type() is printing double wuotes

 

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.