module Webrat::Selenium::Methods
Public Instance Methods
response()
click to toggle source
# File lib/webrat/selenium.rb, line 57 def response webrat_session.response end
save_and_open_screengrab()
click to toggle source
# File lib/webrat/selenium.rb, line 65 def save_and_open_screengrab webrat_session.save_and_open_screengrab end
wait_for(*args, &block)
click to toggle source
# File lib/webrat/selenium.rb, line 61 def wait_for(*args, &block) webrat_session.wait_for(*args, &block) end