mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: inline Location methods into ConsoleMessage in java (#5402)
This commit is contained in:
parent
b4b14eab69
commit
7933cfc7df
@ -6,11 +6,18 @@
|
|||||||
- returns: <[Array]<[JSHandle]>>
|
- returns: <[Array]<[JSHandle]>>
|
||||||
|
|
||||||
## method: ConsoleMessage.location
|
## method: ConsoleMessage.location
|
||||||
|
* langs: js, python
|
||||||
- returns: <[Object]>
|
- returns: <[Object]>
|
||||||
- `url` <[string]> URL of the resource.
|
- `url` <[string]> URL of the resource.
|
||||||
- `lineNumber` <[int]> 0-based line number in the resource.
|
- `lineNumber` <[int]> 0-based line number in the resource.
|
||||||
- `columnNumber` <[int]> 0-based column 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
|
## method: ConsoleMessage.text
|
||||||
- returns: <[string]>
|
- returns: <[string]>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user