sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35654
Re: [Question #274647]: command line execution failing
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.