Chromium Command Line Arguments

Just a heads up. Go visit Chromium Command Line Switches if you want to integrate more arguments to your Puppeteer projects. I can’t copy/paste the whole thing since it’s quite large.

Here are a few useful arguments:

–disable-notifications - this is enabled by default in Openbullet2.
It disables:
chrome_KJkGNMGdZO

–mute-audio

–window-position
Specify the initial window position using --window-position=x,y

–window-size
Specify the initial window size using --window-size=x,y

–disable-plugins

–disable-gpu

2 Likes