Libraries
»
mechwarrior
(0.0.3)
»
Index
»
Capybara
»
Mechanize
»
Driver
»
#post
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