← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #231913]: How to use Region.Offset in Java?

 

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

    Status: Needs information => Answered

RaiMan proposed the following answer:
in the current API the offset must be a Location object:

Region.below(60).offset(Location(30,50)).highlight();

I will add a convenience method offset(int, int) in the new version.

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