← Back to team overview

sikuli-driver team mailing list archive

[Question #276120]: Expecting set null

 

New question #276120 on Sikuli:
https://answers.launchpad.net/sikuli/+question/276120

I am trying to create a script to find if an image exists in a set region. This is my script so far:

while True:
    if Region.exists('Region'.'Picture'):
        click('picture 2')

but when I click run, I get this error:

[error] script [ 'filename' ] stopped with error in line 2 at column 41
[error] SyntaxError ( 'mismatched input \'"picture"\' expecting set null', )



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