Skip to content

Location

Source URL: https://playwright.dev/docs/api/class-location

Represents a location in the source code where TestCase or Suite is defined.


Added in: v1.10 location.column

Column number in the source file.

Usage

location.column

Type


Added in: v1.10 location.file

Path to the source file.

Usage

location.file

Type


Added in: v1.10 location.line

Line number in the source file.

Usage

location.line

Type