mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 14:11:50 +03: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]>>
|
||||
|
||||
## 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]>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user