Module: Capybara::DSL

Defined in:
lib/capybara-screenshot/capybara.rb

Instance Method Summary collapse

Instance Method Details

#screenshot_and_open_imageObject



26
27
28
# File 'lib/capybara-screenshot/capybara.rb', line 26

def screenshot_and_open_image
  Capybara::Screenshot.screenshot_and_open_image
end

#screenshot_and_save_pageObject

Adds class methods to Capybara module and gets mixed into the current scope during Cucumber and RSpec tests



22
23
24
# File 'lib/capybara-screenshot/capybara.rb', line 22

def screenshot_and_save_page
  Capybara::Screenshot.screenshot_and_save_page
end