Class: Watir::Dls

Inherits:
ElementCollections show all
Includes:
CommonCollection
Defined in:
lib/watir/collections.rb

Instance Method Summary collapse

Methods included from CommonCollection

#length

Methods inherited from ElementCollections

#[], #each, #first, #get_length_of_input_objects, #initialize, #inspect, #last, #show, #to_s

Constructor Details

This class inherits a constructor from Watir::ElementCollections

Instance Method Details

#element_classObject



331
# File 'lib/watir/collections.rb', line 331

def element_class; Dl; end

#element_tagObject



332
# File 'lib/watir/collections.rb', line 332

def element_tag; Dl::TAG; end