From 1844e78271b5faf2c413d11215fb4e3d4048472f Mon Sep 17 00:00:00 2001 From: Dung Nguyen <> Date: Sun, 27 Feb 2022 08:14:40 +0700 Subject: [PATCH] fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 65e112f..4a25eea 100644 --- a/index.js +++ b/index.js @@ -54,7 +54,7 @@ const CONFIG = { }; puppeteer - .launch({ headless: true, args: ["--no-sandbox"] }) + .launch({ headless: false, args: ["--no-sandbox"] }) .then(async (browser) => { const page = await browser.newPage(); await page.setViewport({ width: 1366, height: 768 });