Class
Capybara::Driver::RackTest
In:
lib/capybara/driver/rack_test_driver.rb
Parent:
Capybara::Driver::Base
Methods
body
cleanup!
current_url
delete
find
follow_redirects!
get
html
new
post
process
put
response_headers
source
status_code
submit
visit
Included Modules
::Rack::Test::Methods
Classes and Modules
Class
Capybara::Driver::RackTest::Form
Class
Capybara::Driver::RackTest::Node
External Aliases
last_response
->
response
last_request
->
request
Attributes
app
[R]
Public Class methods
new
(app)
Public Instance methods
body
()
cleanup!
()
current_url
()
delete
(*args, &block)
find
(selector)
follow_redirects!
()
get
(*args, &block)
html
()
post
(*args, &block)
process
(method, path, attributes = {})
put
(*args, &block)
response_headers
()
source
()
Alias for
body
status_code
()
submit
(method, path, attributes)
visit
(path, attributes = {})
[Validate]