Method: XPath::HTML#link_or_button

Defined in:
lib/xpath/html.rb


21
22
23
# File 'lib/xpath/html.rb', line 21

def link_or_button(locator)
  link(locator) + button(locator)
end