class Watir::RadioCollection

Private Instance Methods

build() click to toggle source
Calls superclass method Watir::ElementCollection#build
# File lib/watir/elements/radio.rb, line 54
def build
  @selector[:label] = @selector.delete(:text) if @selector.key?(:text)
  super
end
element_class() click to toggle source
# File lib/watir/elements/radio.rb, line 59
def element_class
  Radio
end