when i try to click buttons on a page, it doesn capture it.. Please help me I really need it to work   const Nightmare = require('nightmare') const nightmare = Nightmare({ show: true }) nightmare .end() .then(function (result) { console.log(result) }) .catch(function (error) { console.error('Error:', error); }); restart
when i try to click buttons on a page, it doesn capture it..
Please help me I really need it to work
const Nightmare = require('nightmare')
const nightmare = Nightmare({ show: true })
nightmare
.end()
.then(function (result) {
console.log(result)
})
.catch(function (error) {
console.error('Error:', error);
});
restart