sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #56035
Re: [Question #693707]: Problem with mouse clicks on images
Question #693707 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/693707
Status: Open => Answered
RaiMan proposed the following answer:
Is the button visible before and moving to its place as a result of some
action before (some animation)?
try with a short but appropriate wait before:
wait(0.3)
if region.exists(button):
region.click()
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.