İnanç Gümüş
İnanç Gümüş
Hi @jmalfait, we don't currently support local storage. I'll bring this to the team's attention.
This happens almost every other day ([e.g.](https://github.com/grafana/xk6-browser/actions/runs/8136378756/attempts/1)). We better look at this as it diminishes our trust with CI tests. ```go time="2024-03-04T06:11:15Z" level=error msg="process with PID 3335 unexpectedly ended: signal:...
Thanks for the investigation, @ankur22 🙇 I think the first solution is better since the iteration shouldn't end before all the resources are cleaned up (the context canceled error shouldn't...
@ankur22 > Another question is why does the module even perform a releaseObject CDP action when a frame is detached? Looking at the Playwright code, I don't see the releaseObject...
> Any idea why we need this in the first place? Yep. That's weird because when a frame navigates, the execution context drops, and the browser should automatically release the...
@ankur22 Should this be closed?
I'm adding this issue to the main #1138 issue. Thanks for reporting.
I can't reproduce this anymore. Also, `Pids()` interface check seems to be stopped working when a panic occurs. For instance, `context.exposeBinding()` panics, but `Panic` misses the `Pids()` method.
@ankur22 Should we reopen this or add another issue? It seems to be happening again (maybe not related to this one, I'm not sure). It might be because of using...
I fear this is a more overarching problem than `TestPageWaitForFunction`. For example: ```bash go test ./tests -run='TestWaitForFrameNavigation' -count=100 -timeout=10s ``` Fails with a timeout as well. I'm suspicious of `Connection.send/recv`...