Class: Capybara::Session

Inherits:
Object
  • Object
show all
Defined in:
lib/gnawrnip/ext/capybara/session.rb

Constant Summary collapse

SAVE_SCREENSHOT_METHODS =
[
  :click_button,
  :click_link,
  :click_link_or_button,
  :click_on,
  :fill_in,
  :choose,
  :check,
  :uncheck,
  :select,
  :unselect,
  :attach_file,
  :execute_script,
  :go_back,
  :go_forward,
  :switch_to_window,
  :visit
]