test complete fails with edge
Hit an error while running Error: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> attempting to use the edge browser with test complete 14.73.382.7
this is the c# code Connect.Integration["GetObjectByName"]("Browsers")["Item"]("edge")["Run"](url);
System.Runtime.InteropServices.COMException: An internal error occurred while running the Microsoft Edge browser. Details: Unspecified error --- End of inner exception stack trace --- at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters) at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) at AutomatedQA.script.var.VarDelegate.CallNoPop(var[] args) at AutomatedQA.script.var.VarDelegate.CallStatic(var[] args) |