Module: Capybara::Experience::UnifySessionPool

Included in:
Capybara
Defined in:
lib/capybara/experience.rb

Instance Method Summary collapse

Instance Method Details

#pageObject



48
49
50
51
52
# File 'lib/capybara/experience.rb', line 48

def page
  Capybara::Screenshot.final_session_name = Capybara.session_name if defined?(Capybara::Screenshot)

  super
end