TestExecute not navigating to webpage on Windows 10
Hi all,
I am working on making my test run on Windows 10 and Chrome. Currently it works perfectly fine with Windows 7 and Chrome.
Unfortunately TestExecute fails to navigate to webpages on Windows 10 and Chrome.
The script is simple:
MPBrowser.browsers.Item(ProjectSuite.Variables.usedBrowser).Run("www.kicker.de");
The browser-variable (ProjectSuite.Variables.usedBrowser) is used correctly as Chrome is started with the default webpage. But navigating to a different page fails like this. (I already tried different pages) Executing the script with TestComplete or with IE11 works correctly.
> Windows 7 + Chrome + TestExecute 11.11: ok
> Windows 7 + Chrome + TestComplete 11.11: ok
> Windows 10 + Chrome + TestExecute 11.11: fail
> Windows 10 + IE 11 + TestExecute 11.11: ok
Is this a known bug?
Any help welcome!
Best regards,
Joachim
TestComplete and TestExecute 11.11 don't support Chrome 46. Use version 11.20.
After installing version 11.20, check Chrome to make sure that the TestComplete extension is installed and enabled:
chrome://extensions
Check these articles:
Preparing Chrome for Web Testing
Forced Installation of TestComplete Chrome Extension
Message - TestComplete Chrome Extension is not Installed or is Disabled.