Skip to content

Commit

Permalink
Fix browser ConsoleMessage link
Browse files Browse the repository at this point in the history
  • Loading branch information
ka3de committed Sep 27, 2023
1 parent a164603 commit 9772c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release notes/v0.47.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ console.log(context.cookies.length); // 0

### Add support for browser module's `page.on('console')` [browser#1006](https://github.com/grafana/xk6-browser/pull/1006)

Allows users to register a handler to be executed every time the `console` API methods are called from within the page's JavaScript context. The arguments passed into the handler are defined by the (ConsoleMessage)[https://k6.io/docs/javascript-api/k6-experimental/browser/consolemessage/] class.
Allows users to register a handler to be executed every time the `console` API methods are called from within the page's JavaScript context. The arguments passed into the handler are defined by the [ConsoleMessage](https://k6.io/docs/javascript-api/k6-experimental/browser/consolemessage/) class.

### UX improvements and enhancements

Expand Down

0 comments on commit 9772c96

Please sign in to comment.