class Selenium::Error::InternalData

Included Modules

Defined in:

selenium/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def data : JSON::Any | Nil #

[View source]
def data=(data : JSON::Any | Nil) #

[View source]
def error : String #

[View source]
def error=(error : String) #

[View source]
def error_message : String #

[View source]
def error_message=(error_message : String) #

[View source]
def stacktrace : String #

[View source]
def stacktrace=(stacktrace : String) #

[View source]