← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #253748]: Region

 

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

Natanael Morais posted a new comment:
RaiMan this function worked very well: 
--to create a new Region object:
--Region botao = Region.create(window.setLocation(posicao));"

Thanks a lot, but why this way below is better?
--Region botao = Region.create(window); // duplicate Region object
--botao.setLocation(posicao);

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