Ankur
Ankur
I think this involves the following calls: ```go span.SetStatus(codes.Error, "rate limit reached") span.RecordError(errors.New("429: Too Many Requests")) ``` We need to check the best practices to make sure we're not missing...
Hi @mridiniveni, Thanks for opening a new feature request. We usually prefer it if you first create a new post in our [k6 browser community forum](https://community.grafana.com/c/grafana-k6/k6-browser/79) so that we can...
> What does the process look like for getting this into the next k6 release? So I know what to expect. It will be in the next version of k6...
I tried an experiment where `newPage` on `browser` worked with the `defaultContext` instead of creating a new one. This allowed the browser module to work with a non incognito browser...
While taking a look at this discussion [here](https://github.com/grafana/xk6-browser/discussions/1218), I looked through the code again and it does indeed seem that the issue lies on line [412](https://github.com/grafana/xk6-browser/blob/5f754c2c2252896016fd77d1fd3234a795049a0e/common/frame.go#L412) which would indicate that...
As a step towards understanding the root cause we've created https://github.com/grafana/xk6-browser/pull/1220 to help us identify exactly which component is `nil`. We might be in a better position to find the...
We've seen more cases of this even after https://github.com/grafana/xk6-browser/pull/1219. Reopening.
@omasseau could you open a new thread in the [community forum](https://community.grafana.com/c/grafana-k6/k6-browser/79)? The warning `object is too large and will be parsed partially` occurs when an object on your website is...
We've [downgraded](https://github.com/grafana/xk6-browser/pull/1129/commits/a13e10dbbc9da518059c3d3f6c150ec8b1d0a85e) this warning to an info since we believe that this might have been causing some confusion. This change is already in the latest version of k6 (v0.48.0).
I have a good idea what is happening, and I believe `iframe`s play a part. While testing the fix for https://github.com/grafana/xk6-browser/issues/1252 with https://github.com/grafana/xk6-browser/pull/1254 I noticed an increase in `panic: GoError:...