← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #268206]: How does Settings.ClickDelay?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
ok, then this seems to be some specific of the Unity3d desktop manager.

Any options in the Unity3d settings, that might influence this behavior
(animations or something)?

If I am right, then when using Unity3d you can try this:

hover(target) # do the move
wait(0,1) # a short wait 
click(Mouse.at()) # click at current mouse pos

This is similar to the behavior in some situations with Flash apps.

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