标签: nightwatch.js
虽然迁移guide没有提及任何相关内容,但是一个简单的测试表明this.api不再可用。
this.api
browser.perform(function(){ console.log('this api:' + this.api) })
将输出this api:undefined
this api:undefined
有没有人成功迁移过?