Skip to content

Commit

Permalink
docs: rename Page.console to consoleMessage in java (#5640) (#5671)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Mar 2, 2021
1 parent 1d7d08c commit 75b83cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/api/class-page.md
Expand Up @@ -125,6 +125,8 @@ page.remove_listener("request", log_request)
Emitted when the page closes.

## event: Page.console
* langs:
- alias-java: consoleMessage
- type: <[ConsoleMessage]>

Emitted when JavaScript within the page calls one of console API methods, e.g. `console.log` or `console.dir`. Also
Expand Down

0 comments on commit 75b83cb

Please sign in to comment.