nandini_thota
2 years agoContributor
Facing issue while launching browser using testcomplete - Firefox and Edge
Hi Community,
Issue with Microsoft Edge:
I am using Testcomplete version: 15.44.11.7 and Edge version: 111.0.1661.44 (Official build) (64-bit)
when I am trying to launch a edge browser using below code in screenshot:
getting the issue:
JavaScript runtime error.
An internal error occurred while running the Microsoft Edge browser.
Details: Unspecified error
An internal error occurred while running the Microsoft Edge browser.
Details: Unspecified error
Issue with Firefox:
I am using Testcomplete version: 15.44.11.7 and Firefox version: 111.0(64-bit),
I am able to launch Firefox but not able to navigate to the URL.
Checked for the patches in the doc: https://support.smartbear.com/testcomplete/downloads/firefox-patches/
But I don't see the patches with the versions mentioned above.
Additional info: Launching and navigating using chrome without any issue
Can someone please help!
Thanks in advance,
Nandini.
Used the below code for edge and its working fine for edge:
br = Browsers.Item(btEdge);
br.RunOptions = "--do-not-de-elevate";
br.Run();