📄 playwright-python/docs/api/class-location

File: class-location.md | Updated: 11/18/2025

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

Skip to main content

On this page

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


Properties


column

Added in: v1.10 location.column

Column number in the source file.

Usage

location.column

Type


file

Added in: v1.10 location.file

Path to the source file.

Usage

location.file

Type


line

Added in: v1.10 location.line

Line number in the source file.

Usage

location.line

Type