class

Mechanize::FormContent::RadioButton

Inherits Mechanize::FormContent::Field / Reference / Object

This class represents <input type="radio">

Constructors

new(node : Mechanize::Node | Lexbor::Node, form : Form)
Source

Instance methods

check

set radiobutton checked

Source
checked
Source
checked=(checked : Bool)
Source
checked?

returns radiobutton checked or not

Source
click

change radiobutton state checked or unchecked

Source
form
Source
form=(form : Mechanize::Form)
Source
uncheck

set radiobutton checked

Source