Entering the code below in a DOS prompt will open Microsoft Edge with the Blumentals page
Code: Select all
start microsoft-edge:https://www.blumentals.net/
Code: Select all
start microsoft-edge:file:///c:/test/index.html
Using some of the various Edge launcher executables doesn't help. As they just pass on a parameter to "microsoft-edge:"
I think that WeBuilder might have to register a custom protocol in order for Edge to open local files.
Ref: https://msdn.microsoft.com/en-us/window ... s/mt228339
Any ideas on how to get it integrated into Webuilder's Browser Previews?