Releases: grafana/xk6-browser
Releases · grafana/xk6-browser
v1.2.2
This is a hotfix release of the k6 browser module, which includes a fix for:
- Panic: Unexpected end of JSON input: #987
v1.2.0
For the list of features included in this version, see release v1.2.1
, which includes all changes for v1.2.0
plus fixes for:
- Fix interacting with an element inside nested IFrame: #1096
- NPE on NavigateFrame: #1106
v1.1.1
This is a hotfix release of the k6 browser module, which includes a fix for:
- Deadlock: Navigation stops when request interception is enabled: #1072
v1.0.1
This is a hotfix release of the k6 browser module, which includes fixes for:
handleIterEvents
goroutines not being cleared up: #990
- Data directory not being cleared during
browser.close()
panic: #991
v1.0.0
For the list of features included in this version, see release v1.0.2
, which includes all changes for v1.0.0
plus fixes for:
handleIterEvents
goroutines not being cleared up: #990
- Data directory not being cleared during
browser.close()
panic: #991
- Data race on
VU
context: #994