From 053a43fcc190752efe2823082ccda8264f33abeb Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Sat, 11 Feb 2023 23:34:57 +0800 Subject: [PATCH] fix: wrong args in chrome --- utils/browser.js | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/browser.js b/utils/browser.js index e6ac7f1..043c295 100644 --- a/utils/browser.js +++ b/utils/browser.js @@ -13,7 +13,6 @@ class Puppeteer { let args = [ '--exclude-switches', '--no-sandbox', - 'enable-automation', '--remote-debugging-port=51777', '--disable-setuid-sandbox', '--disable-infobars',