答案 0 :(得分:8)
您正在寻找--disable-infobars
旗帜。
将此传递给puppeteer.launch([options])
其中
options = {
args: ['--disable-infobars']
}
https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#puppeteerlaunchoptions https://peter.sh/experiments/chromium-command-line-switches/#disable-infobars