CookieStorage.prototype._logMethodCall = function (event) {
  event.target = 'CookieStorage';
  this._driver._logMethodCall(event);
};