Class: Locator::Element::File

Inherits:
Input show all
Defined in:
lib/locator/element/file.rb

Instance Attribute Summary

Attributes inherited from Locator::Element

#attributes, #css, #locatables, #name

Instance Method Summary collapse

Methods inherited from FormElement

#lookup

Methods inherited from Locator::Element

#all, #locate, #xpath

Constructor Details

#initializeFile

Returns a new instance of File.



4
5
6
# File 'lib/locator/element/file.rb', line 4

def initialize
  super(:type => :file)
end