fix: wrong args in chrome

This commit is contained in:
ikechan8370 2023-02-11 23:34:57 +08:00
parent 6fdcbf12e2
commit 053a43fcc1

View file

@ -13,7 +13,6 @@ class Puppeteer {
let args = [ let args = [
'--exclude-switches', '--exclude-switches',
'--no-sandbox', '--no-sandbox',
'enable-automation',
'--remote-debugging-port=51777', '--remote-debugging-port=51777',
'--disable-setuid-sandbox', '--disable-setuid-sandbox',
'--disable-infobars', '--disable-infobars',