无论我在evaluate
中返回什么内容,then
始终都有此value
:
{ bottom: 93,
height: 20,
left: 75,
right: 249,
top: 73,
width: 174 }
我的代码:
nightmare
.evaluate(() => true)
.then(value => {
console.log(value);
});
这可能是因为我在循环中运行相同的方法(asyncjs.times()
)?
答案 0 :(得分:0)