Module: Howitzer::Web::CapybaraContextHolder
- Included in:
- ElementDsl, IframeDsl, SectionDsl
- Defined in:
- lib/howitzer/web/capybara_context_holder.rb
Overview
This module mixin capybara context methods
Instance Method Summary collapse
-
#capybara_context ⇒ Object
Returns capybara context.
Instance Method Details
#capybara_context ⇒ Object
Returns capybara context. For example, capybara session, parent element, etc.
7 8 9 |
# File 'lib/howitzer/web/capybara_context_holder.rb', line 7 def .last end |