I'm trying to run Google Chrome from terminal, and while it's running (my chrome extension will be navigating and extracting data) I want it to be invisible to the user. some kind of headless running.
Xvfb doesn't work in that case (the window is opening and visible to the user)
the google-chrome arg --no-startup-window just starts the process but not the browser.
could you please help?