4

I am trying to run Chromium headless mode, with the following command:

chromium --no-sandbox \
        --kiosk \
        --disable-extensions \
        https://www.chromium.org

How can I get rid of that notification bar in the top?

enter image description here

klodoma
  • 4,181
  • 1
  • 31
  • 42
  • 1
    `-test-type` flag does it as mentioned [here](https://stackoverflow.com/questions/32042187/chrome-error-you-are-using-an-unsupported-command-line-flag-ignore-certifcat). – Aelian Dec 21 '18 at 15:33

0 Answers0