Open
Description
hi,
i tried and learn nightmarejs, when i run the example duckduck the out put in electronjust white screen
can sombody helpme??
i hope i can learn or get some experience form here
version windows 10 64bit
"nightmare": "^3.0.2"
const Nightmare = require('nightmare');
const nightmare = Nightmare({show: true});
nightmare
.goto('https://duckduckgo.com')
.type('#search_form_input_homepage', 'github nightmare')
.click('#search_button_homepage')
.wait('#r1-0 a.result__a')
.evaluate(() => document.querySelector('#r1-0 a.result__a').href)
.end()
.then(console.log)
.catch(error => {
console.error('Search failed:', error)
})
Metadata
Metadata
Assignees
Labels
No labels