Get Edge version when run via Azure RemoteApp

249 Views Asked by At

For testing purposes I run Edge via the Azure RemoteApp. How can I check which Edge version (Engine, HTML) is run?

3

There are 3 best solutions below

2
On BEST ANSWER

According to the official page:

Why can't I use a remote version of Microsoft Edge?

Due to RemoteApp limitations, we aren't currently able to offer a remote version of Microsoft Edge. Instead, RemoteIE loads a recent version of the EdgeHTML rendering engine inside Internet Explorer. We're working on adding a remote version of Microsoft Edge in the future.

Source: https://dev.windows.com/en-us/microsoft-edge/tools/remote/

In case this information is outdated, I've also reached out to the Edge team via Twitter, so keep an eye on this tweet:

3
On

I work on Edge at Microsoft. Shashed is correct. The answer is "it is not Edge". It is IE 11, with a switched out rendering engine (the old trident engine for the new Edge engine).

If you want to know which version of the Edge engine is being run, its as simple as checking the user agent string. As of today (02/24/2016), it is

Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10514

Note the Edge/12.10514, that means it is Edge v12. The current shipping version on Windows 10 is Edge 13 (note there has been some confusion on Edge's versions previously).

0
On

You can simply open the F12 Developer Tools, go to console and type navigator.userAgent to get the UA string. See the screenshot:

enter image description here

As the other guys already mentioned you could also download a free VM to test with a more current version of MS Edge.