diff --git a/index.js b/index.js index 32057e5..68fde9e 100644 --- a/index.js +++ b/index.js @@ -109,7 +109,7 @@ async function init() { } if (productsWithBrowser.length > 0) { - const browser = await chromium.launch({ headless: false }); + const browser = await chromium.launch(); const context = await browser.newContext({ userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0 Safari/537.36",