# File lib/capybara/rack_test/browser.rb, line 104
  def request_path
    last_request.path
  rescue Rack::Test::Error
    ""
  end