Download previous versions of the browser Edge [closed]

2

I need to test my web application on older versions of Micrsosoft's Edge browser. I am using a virtual machine for this purpose, however, I can not find where to download the older version of the browser. Versions like 38, 40 and 41.

The version that came installed is at 44.

PS. I need to install locally for debugging and so sites that simulate or allow remote access do not meet my needs.

Does anyone have any idea how to do this?

    
asked by anonymous 16.07.2018 / 20:27

1 answer

2

Maybe it's not the perfect answer, but I'll give you some tips that can help.

First, stay tuned for the Microsoft EdgeHTML version, not the version of the application itself. Press F12 on the Edge that you can access the option to render your page including in versions of IE within the Edge itself. And in the top menu ... goes into settings to see the HTML version of your EDGE

  

VersionnumberusedforEdgeisbasedonthenumberofEdgeHTMLrather  thanEdgeitself.ThisisbecauseEdgeHTMListheengineforEdgethat  isrelatedtofeaturesupportchange.

Translating:TheversionnumberusedforEdgeisbasedonthenumberofEdgeHTMLinsteadoftheEdgeitself.ThisisbecauseEdgeHTMListheEdgemechanismthatisrelatedtoresourcesupportchange.

Source: link

Even in this site you can make several tag and class validations that EDGE accepts and in which versions it will work.

Inaddition,youcanalwaysconsultStatusdeDesenvolvimentodoEDGEknowingeverythingthatitSupports,thingsDeprecated,Development link

Tip:EDITprojectinGitHub,yesitisinGitHub:D link

p>     
16.07.2018 / 21:17