I need to find the location of the web-browser in the program I'm making.
I've decided to do this by running a browser window then finding the path of it. I've looked at psutil but still can't figure out how to do it.
I'm doing this cause I can't seem to open a new window using the webbrowser library, it opens in a new tab regardless of wherever I tell it to or not. So I plan to use the commands explained here: http://kb.mozillazine.org/Command_line_arguments#List_of_command_line_arguments_.28incomplete.29
I'm using Python 3.8.6 on Windows 10