Method: Webrat::FileField.xpath_search
- Defined in:
- lib/webrat/core/elements/field.rb
.xpath_search ⇒ Object
327 328 329 |
# File 'lib/webrat/core/elements/field.rb', line 327 def self.xpath_search ".//input[@type = 'file']" end |
327 328 329 |
# File 'lib/webrat/core/elements/field.rb', line 327 def self.xpath_search ".//input[@type = 'file']" end |