how to increase the window size in nightmare code example
Example: how to increase the window size in nightmare
const nightmare = new Nightmare({ show: true,width: 1200, height: 900});
const nightmare = new Nightmare({ show: true,width: 1200, height: 900});