Driver.prototype.updateComponent = function(aId, cId, component, callback) {
  this.connection.updateComponent(aId, cId, component, callback);
};