ActiveWindow.prototype.captureViewPort = function (options) {
    options = options || {};
    var screenshot = new Screenshot(this.getDriver());
    options.context = this;
    return screenshot.viewPortScreenshot(options);