-
I have a request that fails (403) because the "browser is not recognised". My understanding is that **reqwest** inserts request headers by default, however when I log to the Goose **RequestLog**, I am…
-
### Brief summary
We're trying to run a test within our application using the k6x-browser. We're encountering a weird issue where the test sometimes crashes with the following error:
```
panic:…
-
### Brief summary
When I locate a `textarea` tag and try to `fill` it with `Locator.fill()`, I encounter an `Uncaught (in promise) GoError`. I have asserted that the element is visible with `Locator.…
-
### Brief summary
The browser test deadlocks on networking when more VUs are added.
Test run ID: 1944201 (prod).
### xk6-browser version
Remote
### OS
Remote
### Chrome version
…
-
### Brief summary
This problem was handled before in #793. But it seems the problem persists in some cases. Test run ID: 155041.
### xk6-browser version
0fcdd36
### OS
Linux
### Docker version a…
-
### What?
Define an interface that exports a persist method, abstracting away how or where the file is being persisted.
### Why?
The browser module can take screenshots. These screenshots are…
-
# What
Refactor the parsing of the option out of the promise and into the mapping layer for `page.goto`.
# Why
This will help avoid a scenario where more than one off main goja thread gorouti…
-
TODO:
[xk6-browser docs](https://k6.io/docs/javascript-api/xk6-browser/locator/dblclick/) imply that this `dblclick` issue is about locators, however, it's the behavior in our extension in general.…
-
### What?
Ensure that the correct reference to the screenshot is set as an attribute to the span when the screenshot is persisted to the local disk or to a remote location. Currently it works with [l…
-
### Brief summary
Elements from the first IFrame can be retrieved but not from the IFrame inside another.
See [this discussion](https://community.grafana.com/t/button-click-within-an-iframe-nest…