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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to