# File lib/capybara/driver/base.rb, line 6
  def current_path
    URI.parse(current_url).path
  end