sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #23738
Re: [Question #242935]: Game Testing - Click not always working
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.