Sikuli actions or size limit?

Asked by Asheru

Hello,

Is there a size limit for sikuli script?

Or for example a limit regarding the actions in one test?

I have one test that does a few hundred (400+ actions) . At some point it stops while running it on the virtual machine?

I was wondering if one of these above has a limit.

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

I heard about a limitation:
A scriptfile (the .py file) should not exceed a size 64KB

From SikuliX itself, there is no limitation in how often you can use what.

Revision history for this message
Asheru (asheru93) said :
#2

Thanks RaiMan, that solved my question.