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 | String = nil, label : Nil | String = nil, index : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def index : Int32 | Nil #

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

[View source]
def label : String | Nil #

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

[View source]
def value : String | Nil #

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

[View source]