Skip to content

Chrome launch arguments

berstend̡̲̫̹̠̖͚͓̔̄̓̐̄͛̀͘ edited this page Mar 31, 2021 · 9 revisions

Overview

Chrome supports a variety of launch arguments/flags/switches, here are a few references:

Tipps

Docker specific flags

'--no-zygote' was a actually a solution to the zombie processes spawning in my puppeteer-cluster

I had similar issues (running multiple concurrent Chrome in the same container) in the past that were resolved with --no-xshm, not sure what the relation is to zygote processes

Hide while still being headful

Useful when you can't use Xvfb. --window-position=-10000,10000

Clone this wiki locally