Comment 11 for bug 1447096

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: [1.1.0] OS X 10.10.3 works for 16 loops, then gets really slow

Based on your video (thanks for that), I am now able to reproduce the problem with the app Notes.

Interestingly, this is also an app, that cannot be opened with App.open() anymore with 10.10.3
(like some other native Mac apps bug 1445667)

I am using the new AppleScript feature:
runScript('applescript tell app "Notes" to activate')

Seems to be a problem with the Java Robot after-Event handling.
it starts after 60 seconds runtime, which also is the max value to use for a delay after a Robot event.

Now that I know the possible source, I will do some more testing and research.

Thanks for you patience and contribution.