jlperez
11 years agoOccasional Contributor
ToURL method seems not to work
Hi,
I've upgraded from Test Complete 10.30 to 10.40, and in the new version I'm not able to execute the below simple program. Firefox is launched, but when executing ToUrl method a message "Unable to find the object ObjectIdentifier", any clue?
function Launch_Firefox()
{
var firefox;
TestedApps.firefox.Run(1, true);
firefox = Aliases.firefox;
firefox.ToUrl("http://localhost/vr-web-13.2/Authentication/Login");
}
Regards.
I've upgraded from Test Complete 10.30 to 10.40, and in the new version I'm not able to execute the below simple program. Firefox is launched, but when executing ToUrl method a message "Unable to find the object ObjectIdentifier", any clue?
function Launch_Firefox()
{
var firefox;
TestedApps.firefox.Run(1, true);
firefox = Aliases.firefox;
firefox.ToUrl("http://localhost/vr-web-13.2/Authentication/Login");
}
Regards.
- Hi Jose,
Please check what TestComplete build is installed on your computer. For this, select the Help | About main menu item. If it's 10.40.2015, you need to update to 10.40.2018.