# File lib/capybara/node/actions.rb, line 12
      def click_link_or_button(locator)
        find(:link_or_button, locator).click
      end