I’d like to open a bunch of explorer.exe browsers and would like to run some python to get a list of the paths that are currently open in those browsers.
I have tried using psutil but it only gives me information on the parent process and I wasn’t sure how to even get the details of the browser that’s open.