← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #161674]: How to use Target offset functionality in java

 

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

Saorabh Singh gave more information on the question:
This is one way ...& its working.

r=s.exists(Image,1); 
Region select=r.below();
select.h=5;
s.click(select, 1);

But i want to know can we use Target offset functionality in java??

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