I have a static method used to launch a browser with a given URL. When the browser is already open, this takes over the active browser window.
This is a problem if t
You will likely need to configure this in the browser, rather than in your launching code. You might be able to find some launch flags to cause the behavior you want, but you will be tying your code to a particular browser in the process.