class Capybara::RackTest::Form

def submitter?(el)

def submitter?(el)
  (%w[submit image].include? el['type']) || (el.name == 'button')
end