Setting “Behavior Limit” too high (hours!) results in a fail like this:
Page Load Failed: retry limit reached
Attempted to use detached Frame
Does anyone know what the max setting for “Behavior Limit” is?
Setting “Behavior Limit” too high (hours!) results in a fail like this:
Page Load Failed: retry limit reached
Attempted to use detached Frame
Does anyone know what the max setting for “Behavior Limit” is?
Hm, in general these two message should not be related..
The behavior limit is how many seconds page will wait for behavior to complete.
The retry limit is for pages failing to load altogether, but failed behaviors generally shouldn’t cause that… unless your behavior is crashing the page consistently? I suppose with a very long running behavior, its possible browser is running out of memory and crashing (depending on what the behavior does), but the setting the limit high on its own shouldn’t cause a page load failed.
If there’s a consistent repro, a GitHub issue may be better place to track this.