Question #274647 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/274647
masuo proposed the following answer:
I think that you are using click() now.
[for example:]
click("image.png")
If not go well at present.
Let's try the same thing in a different way .
[for example:]
mouseMove("image.png")
wait(1)
mouseDown(Button.LEFT)
mouseUp(Button.LEFT)
--
You received this question notification because your team Sikuli Drivers
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