← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #234906]: click slowly

 

Question #234906 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234906

    Status: Open => Answered

Roman Podolyan proposed the following answer:
If you want longer press, you may try to use hover() instead of click,
than mouseDown() and mouseUp() and some wait() between them.

http://doc.sikuli.org/region.html#low-level-mouse-and-keyboard-actions

Also, sometimes it takes some time to prepare some buttons to accept the
click, so first you can just put some wait() before the click() and see
if it works.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.