I want to read my current browser options from Python selenium webdriver which I defined before or changed within use. Unfortunately, they get encrypted or something, so that they are not stored directly in the capabilities object in the driver object. This is what I get only, but as mentioned, my added/change options are not present:
Debugged capabilities:
So I would like to access the list of currently set browser options with their keys like headless
/--headless
or browser.download.dir
.