I have a running instance of selenium chromedriver HEADLESS, i can connect to renderer via devtools (I found how to do it here: Possible to open/display/render a headless Selenium session? )
I need to get all the settings (chrome options flags) of this browser, while I do not have the source code of the program, so it will not work to look at the chrome flags from the code
how can i get the settings flags?
I tried going to chrome://flags, but that page didn't load (Not allowed to load local resource: chrome://flags/)