← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #142362]: Mouse wheel click

 

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

    Status: Open => Answered

Chris proposed the following answer:
you could try:

click(IMG,Button.MIDDLE)

see if that works, not sure if it will as haven't got something i cant test it on currently
if it doesn't work maybe this will work.

mouseDown(Button.MIDDLE)
mouseUp(Button.MIDDLE)

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