Comment 0 for bug 1447096

Revision history for this message
Steen (steenc) wrote : OSX 10.10 Yosemite, works for 16 loops then get realy slow

on OSX 10.10.3
With nightly build 22-04-2015 and earlier versions

i Get a error when i stop a simple loop script as it gets slow.

for x in range(100):
App.focus("dild")
click(1)
click(2)
click(3)
click(4)
print("at " + str(x))

i get to about 16 loops and its then get realy slow and finds the click´s every 10-20 sec...

when i stop the script it promtes me that:
Possible cause in case you did not touch the mouse while script was running:
mouse actions are blocked generally or by formost application

anybody have any ideas?