-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edge (Chromium) multiple profiles #61
Comments
Is Edge handling profiles differently than Chromium, even if it is based on it? Would be a great feature. |
edge chromium profiles seem to be working the same as google chrome profiles (as in folder structure etc.) ...if that's what you're asking? |
fwiw, I hacked browser.cs to find edge chromium profiles...it seems to be unable to work out the name of the profile when you've got a logged in microsoft account, but it does work. I'm too unfamiliar with github and c# coding to work out how to get this into the main code base, but if anyone wants the code here it is (replaces from line 131 to 178 in the original browser.cs file):
@zumoshi fyi |
...now if someone could show me how to fix it so that I could launch different browsers for the same domain but different url pattern+wildcard rather than just one domain= one browser that would be awesome :) |
Thanks for looking into it. If you would create a pull request I will accept it and make an official release with your changes.
There are some good resources on how to do that:
That is unrelated to this issue, please open a new one. But in short, the wildcard is already supported, (e.g. *.whatever.com), You just need to include the path in the string the rules are checked against. Somewhere around here. Check the Uri Class documentation for properties other than |
Hello,
BrowserSelect does not detect every profile in the new edge based on chromium.
The app does only show the Browser itself and not every profile as it does with chrome.
The text was updated successfully, but these errors were encountered: