TC : 14.30.3743.7 x64
Edge version: v80.0.361.69
Windows 10 Enterprise v1803
I followed the steps from here: https://support.smartbear.com/testcomplete/docs/app-testing/web/general/preparing-browsers/edge.html
I have made sure that all settings are set as described in the above article.
My experience so far is I can run Edge, but onceit is running it is no longer recognized by TestComplete. I am getting a Waiting for Sys.Browser("edge") message, and shortly after it fails. The log shows Unable to find the object Sys.Browser("edge"). See Details for additional information. The only thing in details is The object with the specified attributes does not exist.
I am using keywords test.
Under the Possible Issues With Web Testing , I found the below script and attempted to run that when I started my test. That did not work either. It could never close Edge, but all other browsers worked.
var edgeBrowser = Sys.WaitBrowser("Edge");
if (edgeBrowser.Exists)
edgeBrowser.Close();
I have also attempted to Object Spy in Edge, and that does not work either. Has anyone else ran into this same issue, or have a solution?
Solved! Go to Solution.
See here ..
Un sourire et ça repart
Edge version: v80.0.361.69 is no longer recognized as a browesr. You will need to add in the executable as a tested application in TestComplete as it has chromium embedded content. Most likely, you will need to enable the Desktop extensions as well, such that you can enable support for MSAA and use the object spy on Edge as well.
Why is Edge 80.0.361.69 is no longer recognized as a browesr?
What version of edge is considered a browser?
See here ..
Un sourire et ça repart
msEdgeDriver v80 has deprecated the ChromeOptions() in order for the EdgeOptions() and need selenium 4.0.0a4 or higher. Do not know how TC handles alpha drivers.
Subject | Author | Latest Post |
---|---|---|