为什么运行我的.js代码时无法打开浏览器?

时间:2019-08-01 18:48:55

标签: node.js ubuntu nightmare

我想通过此代码打开网站,但它不起作用。有什么问题?没有显示错误。

const Nightmare = require('nightmare');
var d = Nightmare({show:true});

d.goto('https://duckduckgo.com').wait(3000).end().then(result => {});

0 个答案:

没有答案