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

pyCoder proposed the following answer:
meaning create a Region object and  then eclipse's code completion will
pick up that there is a method defined

#in eclipse

from sikuli.Sikuli import * #@UnusedWildImport

#reg = Region(x, y, w, h)

reg = Region(50, 34, 34, 34)

reg.wait(3)
print 'hello'

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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

Reply via email to