Chrome headless always shows its dock icon on osx

Viewed 889

I'm using Chrome 59.0.3071.115 and Chromium 61.0.3159.0 (snapshot build) on OSX in headless mode, launching them from a terminal with these flags:

chrome --headless --disable-gpu

Everything works as expected, but a Chrome/Chromium dock icon is always displayed during their execution.

Chromium dock icon on osx

Is there a way to execute them in headless mode without having this icon always being displayed?

1 Answers
Related