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 + Chrome + TestComplete 11.11: ok
> Windows 10 + IE 11 + TestExecute 11.11: ok
Is this a known bug?
Any help welcome!
Best regards,
Joachim