class Playwright::ConsoleMessage::Location

Included Modules

Defined in:

playwright/consolemessage.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, line_number : Int32, column_number : Int32) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def column_number : Int32 #

0-based column number in the resource.


[View source]
def line_number : Int32 #

0-based line number in the resource.


[View source]
def url : String #

URL of the resource if available, otherwise empty string.


[View source]