# File lib/capybara/rack_test/form.rb, line 63
  def submit(button)
    driver.submit(method, native['action'].to_s, params(button))
  end