Module: Watir::RadioCheckCommon
Overview
This module contains common methods to both radio buttons and check boxes. Normally a user would not need to create this object as it is returned by the Container#checkbox or by Container#radio methods.
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
437 438 439 |
# File 'lib/watir-classic/input_elements.rb', line 437 def inspect '#<%s:0x%x located=%s specifiers=%s value=%s>' % [self.class, hash*2, !!ole_object, @specifiers.inspect, @value.inspect] end |