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.
function Test1() { var browser; var page; var form; var textbox; var passwordBox; Browsers.Item("chrome").Run(); }