Parent

Capybara::Driver::Base

Public Instance Methods

body() click to toggle source
# File lib/capybara/driver/base.rb, line 41
def body
  raise NotImplementedError
end
cleanup!() click to toggle source
# File lib/capybara/driver/base.rb, line 53
def cleanup!
end
current_path() click to toggle source
# File lib/capybara/driver/base.rb, line 6
def current_path
  URI.parse(current_url).path
end
current_url() click to toggle source
# File lib/capybara/driver/base.rb, line 2
def current_url
  raise NotImplementedError
end
evaluate_script(script) click to toggle source
# File lib/capybara/driver/base.rb, line 22
def evaluate_script(script)
  raise Capybara::NotSupportedByDriverError
end
execute_script(script) click to toggle source
# File lib/capybara/driver/base.rb, line 18
def execute_script(script)
  raise Capybara::NotSupportedByDriverError
end
find(query) click to toggle source
# File lib/capybara/driver/base.rb, line 14
def find(query)
  raise NotImplementedError
end
has_shortcircuit_timeout?() click to toggle source
# File lib/capybara/driver/base.rb, line 56
def has_shortcircuit_timeout?
  false
end
response_headers() click to toggle source
# File lib/capybara/driver/base.rb, line 33
def response_headers
  raise Capybara::NotSupportedByDriverError
end
source() click to toggle source
# File lib/capybara/driver/base.rb, line 49
def source
  raise NotImplementedError
end
status_code() click to toggle source
# File lib/capybara/driver/base.rb, line 37
def status_code
  raise Capybara::NotSupportedByDriverError
end
visit(path) click to toggle source
# File lib/capybara/driver/base.rb, line 10
def visit(path)
  raise NotImplementedError
end
wait?() click to toggle source
# File lib/capybara/driver/base.rb, line 26
def wait?
  false
end
wait_until(*args) click to toggle source
# File lib/capybara/driver/base.rb, line 30
def wait_until *args
end
within_frame(frame_id) click to toggle source
# File lib/capybara/driver/base.rb, line 45
def within_frame(frame_id)
  raise Capybara::NotSupportedByDriverError
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.