class

Playwright::ConsoleMessage::Location

Inherits JSON::Serializable / Reference / Object

Constructors

new(url : String, line_number : Int32, column_number : Int32)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

column_number

0-based column number in the resource.

Source
line_number

0-based line number in the resource.

Source
url

URL of the resource if available, otherwise empty string.

Source