Forum Discussion

jr348's avatar
jr348
Contributor
6 years ago
Solved

Edge "This browser was not found on the current computer"

Got the above error when using the keye word action "run browser" then selecting Edge..

 

Ran 

 

function ListBrowsers()
{
  var browser;
  
   for (var i=0; i < Browsers.Count; i++)
  {
    browser = Browsers.Item(i);
    Log.Message("Browser " + aqConvert.IntToStr(i) + " : " + browser.Description);
  }
  
}

...and got IE and Chrome, but no Edge.

 

OS: Windows 2016 Server 

OS Name Microsoft Windows Server 2016 Standard
Version 10.0.14393 Build 14393

TC Version: Version: 14.30.3743.7 x64

Edge Version: 80.0.361.66 (x86)

 

Have "Enable support for testing windows store applications enabled.

 

Any ideas?