← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #204354]: Use testing methods in Eclipse

 

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.