You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG - but likely in Edge, although may be fixable here.
What is the current behavior?
STR:
Have a Edge browser with some extensions installed. You may also need to be logged in your Edge account.
make sure it's fully closed, for example by running:
taskkill /IM msedge.exe /F
in your extension folder execute web-ext with msedge.exe path:
web-ext run -t chromium --chromium-binary "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"
wait a few seconds and close the browser, just in case, use taskkill again:
taskkill /IM msedge.exe /F
open your normal Edge and observe how it's missing all extensions and how they are being installed one by one.
The storage seems to be not cleared but the post-install pages are opened for each extension.
What is the expected or desired behavior?
The normal Edge should not be affected by "web-ext run".
Do you have access to a non-Windows machine or VM? If yes, can you try to see whether you can reproduce this issue on non-Windows (e.g. Linux or macOS)?
Can you also reproduce without web-ext at all? For example:
Is this a feature request or a bug?
BUG - but likely in Edge, although may be fixable here.
What is the current behavior?
STR:
The storage seems to be not cleared but the post-install pages are opened for each extension.
What is the expected or desired behavior?
The normal Edge should not be affected by "web-ext run".
Version information (for bug reports)
The text was updated successfully, but these errors were encountered: