struct Protocol::Runtime::WebDriverValue

Overview

Represents the value serialiazed by the WebDriver BiDi specification https://w3c.github.io/webdriver-bidi.

Included Modules

Defined in:

protocol/runtime.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def object_id : String | Nil #

[View source]
def type : String #

[View source]
def value : JSON::Any | Nil #

[View source]