return when(this.moveTo(xOffset, yOffset), function () {
    return this._driver.browser().activeWindow().mouse().doubleClick();
  }.bind(this));