Method: Capybara::Mechanize::Driver#post

Defined in:
lib/capybara/mechanize/driver.rb

#post(url) ⇒ Object



25
# File 'lib/capybara/mechanize/driver.rb', line 25

def post(url);   follow(:post, url);   end