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