← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #228405]: Define region

 

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

    Status: Open => Answered

Roman Podolyan proposed the following answer:
What do you get in console?  
 
Didn't you forgot to call the function itself, did you (see the last line added by me): 
  
=====
def Region_with():
    reg = Region(551,325,499,342)
    reg.highlight(5)
    reg.click("icon.png")

Region_with()
=====

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.