# File lib/capybara/node/finders.rb, line 48 def find_field(locator) find(:xpath, XPath::HTML.field(locator)) end