queue.push(function() {
    return self.getElement().then(function(element) {
      return element.click.apply(element, args);
    });
  });