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

RaiMan proposed the following answer:
sorry, correction:

For the y value we have the above mentioned convenience with version 1.0.1
hover(target)
wait(x)
Settings.ClickDelay = 0.3; click()

Since click() is a shortcut for click(getLastMatch())

and if we have a restricting region:
some_reg.hover(target)
wait(x)
Settings.ClickDelay = 0.3; some_reg.click()

-- 
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