← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #669822]: How do I make sikuli search only to the left of current mouse position?

 

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

RaiMan proposed the following answer:
@masuo

rfull = Region(getBounds())

is ok and the same as 
rfull = Region(SCREEN.getBounds())

because undotted methods are automatically bound to the SCREEN object.

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