sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31920
[Bug 1447096] Re: OSX 10.10 Yosemite, works for 16 loops then get realy slow
yes, this was mentioned already before some times.
... but I never could recreate the problem on my MacBook Air with OS X 10.10.3 running Java7 or 8
... but now I will test it again.
I suppose:
"dild" is some application
and 1,2, 3, 4 or some images.
and the click in each case changes the appearance of the GUI
How do you stop the looping script?
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1447096
Title:
OSX 10.10 Yosemite, works for 16 loops then get realy slow
Status in Sikuli:
New
Bug description:
on OSX 10.10.3
With nightly build 1.1.0 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?
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1447096/+subscriptions
References