← Back to team overview

sikuli-driver team mailing list archive

[Bug 1197723] [NEW] [request] want a middleClick()

 

Public bug reported:

How can I click with the middle mouse button?

Do I need to use:

mouseMove(getLastMatch())
mouseDown(Button.MIDDLE)
mouseUp(Button.MIDDLE)

or is there a middleClick(getLastMatch())?

** Affects: sikuli
     Importance: Undecided
         Status: Invalid

** Changed in: sikuli
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1197723

Title:
  [request] want a middleClick()

Status in Sikuli:
  Invalid

Bug description:
  How can I click with the middle mouse button?

  Do I need to use:

  mouseMove(getLastMatch())
  mouseDown(Button.MIDDLE)
  mouseUp(Button.MIDDLE)

  or is there a middleClick(getLastMatch())?

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1197723/+subscriptions


Follow ups

References