[request] need a delay for mouse down time with click

Bug #786397 reported by Dan Ferry
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
In Progress
Medium
RaiMan

Bug Description

--- fixed with 1.0.1

When i use the "click" function on a single click position, in some cases "click" happens too quickly for the application to recognize the click. The workaround i use is to use the dragdrop function and drag from one side of the clickable area to the other. I've even tried using the doubleclick function, but this doesn't work as consistently. Is there a setting where I can increase the mouse down time for the click function?

Sikuli X-1.0rc2
Windows 7 64-bit

Tags: fkt-click
Revision history for this message
niknah (hankin0) wrote :

I had this problem too with flash apps or slow computers, you can use mouseDown/Up like...

def mouseDown2(region):
  region.mouseDown(Button.LEFT)
  wait(0.3)
  region.mouseUp(Button.LEFT)

RaiMan (raimund-hocke)
Changed in sikuli:
importance: Undecided → Wishlist
summary: - Mouse down time on click is too quick
+ [request] need a delay for mouse down time with click
RaiMan (raimund-hocke)
Changed in sikuli:
status: New → In Progress
assignee: nobody → RaiMan (raimund-hocke)
RaiMan (raimund-hocke)
tags: added: fkt-click
RaiMan (raimund-hocke)
Changed in sikuli:
importance: Wishlist → Medium
milestone: none → x1.1
RaiMan (raimund-hocke)
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.