кукловорот JS без головы режим

const browser = await puppeteer.launch({ headless: false }); // default is true
Anthony Smith