# File lib/xpath/html.rb, line 22
    def link_or_button(locator)
      link(locator) + button(locator)
    end