docs: inline Location methods into ConsoleMessage in java (#5402)

This commit is contained in:
Yury Semikhatsky 2021-02-10 12:54:44 -08:00 committed by GitHub
parent b4b14eab69
commit 7933cfc7df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,18 @@
- returns: <[Array]<[JSHandle]>>
## method: ConsoleMessage.location
* langs: js, python
- returns: <[Object]>
- `url` <[string]> URL of the resource.
- `lineNumber` <[int]> 0-based line number in the resource.
- `columnNumber` <[int]> 0-based column number in the resource.
## method: ConsoleMessage.location
* langs: csharp, java
- returns: <[string]>
URL of the resource followed by 0-based line and column numbers in the resource formatted as `URL:line:column`.
## method: ConsoleMessage.text
- returns: <[string]>