Class: Locator::Element::File
- Inherits:
-
Input
- Object
- Locator::Element
- FormElement
- Input
- Locator::Element::File
- Defined in:
- lib/locator/element/file.rb
Instance Attribute Summary
Attributes inherited from Locator::Element
#attributes, #css, #locatables, #name
Instance Method Summary collapse
-
#initialize ⇒ File
constructor
A new instance of File.
Methods inherited from FormElement
Methods inherited from Locator::Element
Constructor Details
#initialize ⇒ File
Returns a new instance of File.
4 5 6 |
# File 'lib/locator/element/file.rb', line 4 def initialize super(:type => :file) end |