Chain.prototype.activeElement = function (callBack) {
    var activeWindow = this._driver.browser().activeWindow();

    return this._driverAction(activeWindow.getActiveElement(), function (element) {
        if (callBack) {