mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
24 lines
403 B
Markdown
24 lines
403 B
Markdown
# class: Location
|
|
* since: v1.10
|
|
* langs: js
|
|
|
|
Represents a location in the source code where [TestCase] or [Suite] is defined.
|
|
|
|
## property: Location.file
|
|
* since: v1.10
|
|
- type: <[string]>
|
|
|
|
Path to the source file.
|
|
|
|
## property: Location.line
|
|
* since: v1.10
|
|
- type: <[int]>
|
|
|
|
Line number in the source file.
|
|
|
|
## property: Location.column
|
|
* since: v1.10
|
|
- type: <[int]>
|
|
|
|
Column number in the source file.
|