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