Test complete not recognising Angular and ASP.net Core desktop application
Hi Team,
Am working on an Desktop application(non web) which is embedding Angular(Back end Angular and ASP.net Core at back end) objects.Using Test Complete 14 am unable to recognize the objects. The ClrFullClassName is CefSharp.Wpf.ChromiumWebBrowser . This article
suggested Recording the scripts, but after recording the script looks like this
var chromiumWebBrowser = Aliases["Engineering_Workplace_Application"]["HwndSource_ContentWindow"]["ContentWindow"]["Browser"];
chromiumWebBrowser["Click"](95, 217);
chromiumWebBrowser["Keys"]("abc");
chromiumWebBrowser["Click"](78, 281);
chromiumWebBrowser["Keys"]("abc");
Any settings needs to be changed, please suggest
Shylaja
Hi Team,
By adding the application to the TestedApps collection with the -InjectCefHook command-line key, TestCOmplete 14.50. is able to recognise the the elements in the application.
Thanks for the valuable suggestion!!!
regards,
Shylaja