I may be very late on this. Nevertheless for others, try:
const browser = await puppeteer.launch({defaultViewport: null});
Set the defaultViewport option to null as above to disable the 800×600 resolution. It takes the max resolution then.
I may be very late on this. Nevertheless for others, try:
const browser = await puppeteer.launch({defaultViewport: null});
Set the defaultViewport option to null as above to disable the 800×600 resolution. It takes the max resolution then.