Option to choose browser
As we use Microsoft Edge, which ist also chromium based, it would be nice to have an option to select the browser.
As a workaround, I put Google Chrome in a subfolder underneath /Applications as the used lib checks some paths in a fix order. https://github.com/go-rod/rod/blob/main/lib/launcher/browser.go#L203-L212
This also means that it is not possible to select the browser as long as the library is used for starting or the author of the library provides the option to select the browser.
Sorry, but I'm reluctant to change the current behaviour and override the "decision" of the library. Opening the browser window was always the most unstable part of the app. The switch to the library improved stability a lot. So changing it would put that at risk.
If this is important, please ask the authors of rod to add better support for Microsoft Edge. They have the means to properly test this in all environments.