# File lib/xpath/html.rb, line 68 def file_field(locator, options={}) locate_field(descendant(:input)[attr(:type).equals('file')], locator) end