← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #242935]: Game Testing - Click not always working

 

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.