Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 20990

Running TC 11.20.1491.7 I get an error when simply trying to open google chrome using Browsers.

$
0
0

I'm trying out TestComplete and when I use the code below in TestComplete 11.20.1491.7 to open Google Chrome 46.0.2490.86 I get the message you see in the screenshot. any help would be greatly appreciated. 

 

TC-error1.PNG

 

function Test1()
{
  var browser;
  var page;
  var form;
  var textbox;
  var passwordBox;
  Browsers.Item("chrome").Run();
}

Viewing all articles
Browse latest Browse all 20990

Trending Articles