cannot find Edge browser
After opening the Edge browser TestComplete does appear to see the browser is running.
I use the following code:
Browsers.Item(TestBrowser).Run();
aqUtils.Delay(5000, "Delayed for browser to appear.");
var browser = Sys.Browser("*");
var Page1 = browser.Page("*");
When it gets to "var Page1 = browser.Page("*"); " I get the message that "The page '*' was not found."
In the additional Info I get:
The Process("MicrosoftEdge", 2) does not contain Page("*").
I put in a support ticket. Their response was.
Hi Kevin,
Thank you for sending the screenshot. According to it, you are using Windows 10 version 1709 (Fall Creators Update). Unfortunately, TestComplete 12.41 doesn't support this version, so it's expected that Edge is not recognized as a browser.
We are going to release TestComplete 12.42 which will have support for Windows 10 Fall Creators Update. There is no specific release date yet. If everything goes well, we will release TC 12.42 by the end of the month. Stay tuned for updates!