CookieStorage.prototype._requestJSON = function (method, path, body) {
  return this._driver._requestJSON(method, '/cookie' + path, body);
};