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