Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save theprivileges/c3690579efe8e175832dcfd1fda479de to your computer and use it in GitHub Desktop.
Save theprivileges/c3690579efe8e175832dcfd1fda479de to your computer and use it in GitHub Desktop.
A simple guide on how to use VirtualBox and Virtual Machine images from modern.ie so you can test your project on MSEdge.

The following are the steps for downloading and running MSEdge on VirtualBox.

Step 1 — Download Virtual Box

Head to https://www.virtualbox.org/wiki/Downloads, and download the appropriate platform package.

Step 2 — Download Virtual Machine

Microsoft's modern.ie has kindly provided us with images from IE8 to MSEdge. You can download these images at https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/.

  • Select the MSEdge option under Virtual Machine.
  • Select VirtualBox under Platform.
  • Click Download .ZIP.

Step 3 — Extracting ZIP (optional)

The MSEdge virtual machine comes compressed inside a 7-zip file. Mac Archiver may not be able to extract this file. You may download The Unarchiver in order to extract the image.

Step 4 — Installing the Virtual Machine

  • Double click on the .ova file.
  • Once VirtualBox is launched update the RAM setting to at least 1GB if you can afford it.
  • (optional) Create a snapshot of the Virtual Machine. This will help when the 90 days of trial expires.

Step 5 — Booting up

  • Select the MSEdge Virtual Machine.
  • Click Start.
  • Wait for Windows to boot.
  • Once started, install Guest Additions
    • Click Devices on the toolbar menu.
    • Select Install Guest Additions.
    • You may have to restart the Virtual Machine.

Step 6 — 💰

  • Once started, you can use MSEdge to load up the website in question.
  • MSEdge's developer tools is called F12.

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment