# File lib/capybara/node/finders.rb, line 60
      def find_button(locator)
        find(:xpath, XPath::HTML.button(locator))
      end