Skip to content

Commit

Permalink
Add setChecked links
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Sep 17, 2024
1 parent 802430d commit e575ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release notes/v0.54.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ await page.setChecked('#checkbox', true); // check the checkbox
await page.setChecked('#checkbox', false); // uncheck the checkbox
```

[Page](https://grafana.com/docs/k6/latest/javascript-api/k6-browser/page/setchecked/), [Frame](https://grafana.com/docs/k6/latest/javascript-api/k6-browser/frame/), [ElementHandle](https://grafana.com/docs/k6/latest/javascript-api/k6-browser/elementhandle/), and [Locator](https://grafana.com/docs/k6/latest/javascript-api/k6-browser/locator/) now support the new `setChecked` method.
[Page](https://grafana.com/docs/k6/latest/javascript-api/k6-browser/page/setchecked/), [Frame](https://grafana.com/docs/k6/latest/javascript-api/k6-browser/frame/setchecked/), [ElementHandle](https://grafana.com/docs/k6/latest/javascript-api/k6-browser/elementhandle//setchecked/), and [Locator](https://grafana.com/docs/k6/latest/javascript-api/k6-browser/locator/setchecked/) now support the new `setChecked` method.

### Support ArrayBufferViews in send for `k6/experimental/websockets` [#3944](https://github.com/grafana/k6/pull/3844)

Expand Down

0 comments on commit e575ea4

Please sign in to comment.