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