← Back to team overview

sikuli-driver team mailing list archive

[Question #144845]: with region: problem

 

New question #144845 on Sikuli:
https://answers.launchpad.net/sikuli/+question/144845

Hi all,

i define one region, and try use:
reg = find(image)
with reg:
   button = find(image_button)
   hover(button)


something like that, and not work me.
But if i define one region with "define region" prividing by ide work. that means use:

with region:  #region is a region take with ide 
   button = find(image_button)
   hover(button)

i'm using ubuntu 10.10

thanks =)

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