Location
Source URL: https://playwright.dev/docs/api/class-location
Location | Playwright
Section titled “Location | Playwright”Represents a location in the source code where TestCase or Suite is defined.
Properties
Section titled “Properties”Added in: v1.10 location.column
Column number in the source file.
Usage
location.columnType
Added in: v1.10 location.file
Path to the source file.
Usage
location.fileType
Added in: v1.10 location.line
Line number in the source file.
Usage
location.lineType