sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19085
[Question #231913]: How to use Region.Offset in Java?
New question #231913 on Sikuli:
https://answers.launchpad.net/sikuli/+question/231913
I want to optimize my search using a specific region. In Eclipse I coded as below
Region.below(60).offset(30,50).highlight();
The IDE throws error as "The method offset(Location) in the type Region is not applicable for the arguments (int, int)".
I am new to Sikuli and Java. Please suggest.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.