Wrapper for Microsoft Edge that allows it to programmatically started and stopped like a normal process.
This allows tools like js-test-driver to be used to start and stop the browser, where js-test-driver is not able to start Universal Windows applications using process-activation, and where js-test-driver would assume that killing the process it created would also kill the browser.
Just run MsEdgeWrapper.exe
, and the Microsoft Edge will be started. Killing MsEdgeWrapper.exe
will cause the browser to be stopped.