class Playwright::ElementHandle::SelectOption

Included Modules

Defined in:

playwright/elementhandle.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(value = nil, label = nil, index = nil) #

[View source]

Instance Method Detail

def index : Int32? #

[View source]
def index=(index : Int32?) #

[View source]
def label : String? #

[View source]
def label=(label : String?) #

[View source]
def value : String? #

[View source]
def value=(value : String?) #

[View source]