sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #00773
Re: [Question #142168]: Unexpected result of Region.right()
Question #142168 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/142168
RaiMan posted a new comment:
Sure, sorry for being blind :-(
But rewriting the docs and finally understanding your intention, I will request
extendAbove()
extendBelow()
extendRight()
extendLeft()
as the including version of the spatial operators, so you can use the more verbose approach (your cases):
reg.extendLeft(10)
reg.extendRight(10)
reg.extendLeft(10).extendRight(10)
... I love these dotted method worms ;-)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.