dmark1021 / sikuli-api

Automatically exported from code.google.com/p/sikuli-api
0 stars 0 forks source link

DesktopMouse.click(region) bug? #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The given method produces a strage unresponsiveness in some rare cases.
App runs for minutes/hours, i call the click method a lot of times, works as 
expected, but sometimes: the mouse arrives at the center of the given 
screenregion but it stops before really clicking. The execution thread stops 
responding and it freezes. This blocks the whole app.
A possible workaround is to make a separate thread that times-out and kills the 
frozen click thread.
Anybody experienced the same issue?

Original issue reported on code.google.com by miglecz on 23 Jul 2013 at 7:35

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
yes
same happens to me.But in my case the the app did not fail it continue without 
clicking 

Original comment by sachit...@gmail.com on 27 Sep 2013 at 8:48