cancel
Showing results for 
Search instead for 
Did you mean: 

IRPA: Out of space error

I captured a table and gave occurs to table rows. I started loop activity and used get to get row data. But, in debugger it is showing error:out of space!!

Accepted Solutions (0)

Answers (1)

Answers (1)

Hello,

This error happens when scenarios hold steps without any asynchronous events (wait statement, ctx.wait, page.wait etc.). This issue happens particularly if there are loops between the steps.

To avoid this behavior, you can add some delay between each Get activity.

Best regards,

Baptiste Saint-André