# File lib/webrat/core/locators.rb, line 15
    def field_by_xpath(xpath)
      Field.load(@session, dom.xpath(xpath).first)
    end