class

Mechanize::FormContent::Option

Inherits Reference / Object

This class represents <option> of <select>

Constructors

new(node : Lexbor::Node, select_list : Mechanize::FormContent::MultiSelectList)
Source

Instance methods

click

Toggle the selection value of this option

Source
node
Source
select

Select this option

Source
select_list
Source
selected
Source
selected?

returns option checked or not

Source
text
Source
unselect

Unselect this option

Source
value
Source