Question #242935 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242935
Status: Open => Answered
Test proposed the following answer:
You can try using some lower level mouse functions to alter the click
time.
mouseDown(Button.LEFT)
wait(1)
mouseUp()
This should make the 'click' last slightly longer, if it needs to be
more, change the wait timing.
--
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