← 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

Chp gave more information on the question:
Here's the code that immediately shows the problem by adding motion mouse:
greenhouse = exists("dssds.png")
for i in range(10):
#    Settings.ClickDelay = 0.5
    mouseMove(Location(1000,1000))
    click(greenhouse)

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