Module: Capybara::Experience::UnifySessionPool
- Included in:
- Capybara
- Defined in:
- lib/capybara/experience.rb
Instance Method Summary collapse
Instance Method Details
#page ⇒ Object
66 67 68 69 70 |
# File 'lib/capybara/experience.rb', line 66 def page Experience::Pool.instance.last_session = super.tap do Capybara::Screenshot.final_session_name = Capybara.session_name if defined?(Capybara::Screenshot) end end |