Class: Capybara::Session
- Inherits:
-
Object
- Object
- Capybara::Session
- Defined in:
- lib/sandwich/ext/capybara.rb
Instance Method Summary collapse
Instance Method Details
#current_path ⇒ Object
3 4 5 |
# File 'lib/sandwich/ext/capybara.rb', line 3 def current_path URI.parse(current_url).path end |