Skip to content
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

Unable to open url in incognito when MSEdge is the default browser #326

Open
IkeVoodoo opened this issue Dec 3, 2023 · 2 comments
Open

Comments

@IkeVoodoo
Copy link

import open, {apps} from 'open'

open("https://google.com", { app: { name: apps.browserPrivate });

Minimal code

Error:

file:///C:/Tests/opentest/node_modules/default-browser/windows.js:33
                throw new UnknownBrowserError(`Unknown browser ID: ${id}`);
                      ^

UnknownBrowserError: Unknown browser ID: MSEdgeBHTML
@IkeVoodoo
Copy link
Author

A possible fix is inserting the line

MSEdgeBHTML: {name: 'Edge', id: 'com.microsoft.edge'}

right after line 9 in windows.js

@morrisonjk
Copy link

I'm having trouble with my social media and financial issues most especially my bitcoin wallet address so many times I notice when I'm about receiving money the commission is too high and when I'm sending it out the same thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants