Unable to run scripts using Edge as a TestedApps in TestComplete
Hi,
I have some scripts to run a web application in Edge chromium web browser however when I run the test it throws a "The object xxxx does not exist."
The application contains 4 input fields and a button. The script attempts to populate each field with data and click the button however it does not recognize the objects. When I try to use the Object Spy, it does not recognize the objects either - just shows a red border to the browser window instead of the fields.
I have added Edge as a TestedApps, Edge does contain the TestComplete extension and I have ticked * option in the List of accepted windows in Current Project Properties > Open Applications > MSAA section. All other suggested settings for Edge in the TC documentation has been set.
TestComplete version = 15.44
Edge version = 106.0.1370.52
I used to be able to access the objects and spy the objects a while ago but now something has changed and I'm unable to run any tests using Edge. Any suggestions appreciated! Thanks.
Ah yes - you need to enable access to local files for the Extension. Go to the settings page for the Edge extension and enable access to file URLS :
Reload the page and they should be accessible.