0

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/)

  • solution: no one answered, but I already found a way, you need to find the chrome process in the task manager, click "details", where the columns select additionally "command line", select the process and press ctrl + c, you can get all the flags of the chrome process – trcmzng Feb 02 '23 at 08:44

0 Answers0