'Selenium Python, how to know existing default directory of chrome browser?

I have connected to an existing opened browser through remote debugging

chrome_options.add_experimental_option("debuggerAddress", "127.0.0.1:9222")

I don't want to change the default configuration and want to know what is the existing default directory of the chrome browser



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source