BrowserSelector
BrowserSelector copied to clipboard
[question / request] select browser using user-data-dir
The tool fails when a chromium browser is called using a command line option like user-data-dir. The use case is using one browser with more than one instance for different usages (programming vs. office) and calling them like C:\opera\launcher.exe --user-data-dir="C:\Opera\profiles\profileA"
As noted in the readme, I'm afraid I'm no longer maintaining (or using) this. If something isn't working right and you'd like to see it fixed, the best option would be to debug it from source yourself. Sorry for any inconvenience!
Works perfectly fine for me with Vivaldi, even though I also quote the path to exe...
vivaldi = "C:\Users\xyz\AppData\Local\Vivaldi\Application\vivaldi.exe" --profile-directory="Default"
work = "C:\Users\xyz\AppData\Local\Vivaldi\Application\vivaldi.exe" --profile-directory="Profile 2"