Description:
Class for RadioButton element.
# File lib/firewatir/elements/radio_check_common.rb, line 98 def initialize *args super @type = ["radio"] end
# File lib/firewatir/elements/radio_check_common.rb, line 103 def clear assert_exists assert_enabled #higlight(:set) @o.checked = false #highlight(:clear) end