class

Playwright::ElementHandle::SelectOption

Inherits JSON::Serializable / Reference / Object

Constructors

new(value : Nil | String = nil, label : Nil | String = nil, index : Int32 | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

index
Source
index=(index : Int32 | Nil)
Source
label
Source
label=(label : String | Nil)
Source
value
Source
value=(value : String | Nil)
Source