Hi,
I think scripts are limited to 20 navigate steps to avoid overloading/DOS on public instances. Is there a way to set it to a custom value on private instances?
Thanks
(for context, I’m trying to do:
{
clearCache
navigate urlA
navigate urlB
clearCache
navigate urlC
}
N consecutive times, and I haven’t figured a way to clear the cache between runs in Bulk mode, so I’m trying to do these repeats through a script)