Class
Capybara::RackTest::Driver
In:
lib/capybara/rack_test/driver.rb
Parent:
Capybara::Driver::Base
Methods
body
browser
current_url
delete
dom
find
follow
get
header
new
post
put
request
reset!
response
response_headers
source
status_code
submit
visit
Attributes
app
[R]
options
[R]
Public Class methods
new
(app, options={})
Public Instance methods
body
()
browser
()
current_url
()
delete
(*args, &block)
dom
()
find
(selector)
follow
(method, path, attributes = {})
get
(*args, &block)
header
(key, value)
post
(*args, &block)
put
(*args, &block)
request
()
reset!
()
response
()
response_headers
()
source
()
status_code
()
submit
(method, path, attributes)
visit
(path, attributes = {})
[Validate]