← Back to team overview

sikuli-driver team mailing list archive

[Bug 1197722] Re: [request] want a middleClick()

 

** Changed in: sikuli
       Status: Fix Committed => In Progress

** Changed in: sikuli
    Milestone: 2.0.0 => 2.1.0

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

Title:
  [request] want a middleClick()

Status in Sikuli:
  In Progress

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/1197722/+subscriptions


References