Class: Watir::FrameCollection

Inherits:
IFrameCollection show all
Defined in:
lib/watir-webdriver/elements/iframe.rb

Instance Method Summary collapse

Methods inherited from IFrameCollection

#to_a

Methods inherited from ElementCollection

#[], #each, #first, #initialize, #last, #length, #to_a

Constructor Details

This class inherits a constructor from Watir::ElementCollection

Instance Method Details

#element_classObject



88
89
90
# File 'lib/watir-webdriver/elements/iframe.rb', line 88

def element_class
  Frame
end