sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19581
Re: [Question #233292]: How to make zoom-in/zoom-out on Google maps?
Question #233292 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/233292
Status: Open => Answered
RaiMan proposed the following answer:
#4: should only be
dragDrop(PSMRL, PSMR)
without the additional mouse functions (dragDrop already does this)
--- your trial
try with
Settings.MoveMouseDelay=0 (the standard is 0.5 seconds and splits the mouse move into several steps)
... and I think the wait()s are too long:
hover(l)
wait(0.3)
mouseDown(Button.LEFT)
wait(0.3)
mouseMove(r)
wait(0.3)
mouseUp()
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.