class Playwright::ConsoleMessage::Location
- Playwright::ConsoleMessage::Location
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/consolemessage.crConstructors
Instance Method Summary
-
#column_number : Int32
0-based column number in the resource.
-
#line_number : Int32
0-based line number in the resource.
-
#url : String
URL of the resource if available, otherwise empty string.