Any more news on this? Has this been resolved yet?
We're using TestComplete 11.30.2298.7 and we're getting the same error when trying to run scripts to test our webpage against MicrosoftEdge browser (version 20.10240.16384.0, Win10 version 10.0.10240). Upon examining browser process "Edge" in the "Object Browser" tab, I noticed it only had "BrowserWindow(0)" underneath it, no "Page" object and that looks like it's the root cause! See attached image. If I brought up google.com or msn.com, the "Page" objects for these two webpages were created fine. What's going on? Should we contact Customer Care Team? I verified that option "Enable support for testing Windows Store applications" is checked / enabled. We're using AngularJS 1.5.3 for the webpages.
Code:
Browsers.Item(btEdge).Run(url);
Log:
Unable to navigate to the http://lisqa02:9090/ezshipping-0.1.91/componentTestPage/... page. 13:11:07 Normal
Additional Info:
URL: http://lisqa02:9090/ezshipping-0.1.91/componentTestPage/#/searchBox
Process ID: 5044
Process Command Line: "C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe" -ServerName:MicrosoftEdge.AppXdnhjhccw3zf0j06tkg3jtqr00qdm0khc.mca
Info: Cannot find the Page node after calling the NavigateTo method.
Aliases.browser