:nodoc
# File lib/capybara/pagemap/button.rb, line 9 def define_button(name, xpath) node_definitions[name] = { type: :button, value: xpath } end