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?
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?