docs: rename Page.console to consoleMessage in java (#5640)

This commit is contained in:
Yury Semikhatsky 2021-03-01 15:20:42 -08:00 committed by GitHub
parent cd2e976c98
commit 9042ca2149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,6 +125,8 @@ page.remove_listener("request", log_request)
Emitted when the page closes.
## event: Page.console
* langs:
- alias-java: consoleMessage
- argument: <[ConsoleMessage]>
Emitted when JavaScript within the page calls one of console API methods, e.g. `console.log` or `console.dir`. Also