Joseph-Bittman

Results 2 comments of Joseph-Bittman

Experiencing the same issue. Our maven was pointed at 0.24 version and when I just installed the latest protractor version, this.context now returns undefined. Did you find a solution or...

in my astrolabe/page.js, I found this line: exports = module.exports = Base.extend(function () { this.context = this.driver; }, { I changed it to: exports = module.exports = Base.extend(function () {...