BrowserSelector icon indicating copy to clipboard operation
BrowserSelector copied to clipboard

[question / request] select browser using user-data-dir

Open Kugeleis opened this issue 6 years ago • 2 comments

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"

Kugeleis avatar May 16 '19 12:05 Kugeleis

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!

DanTup avatar May 16 '19 17:05 DanTup

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"

cek-cek avatar Apr 15 '21 15:04 cek-cek