ContributionsMost RecentMost LikesSolutionsRe: Turn off warning "An object recognition hint" when calling Exists/WaitProperty("E Thank you for idea. This area will be improved. (Some improvements have already been made.) Re: Java web start application-jp2launcher.exe not displaying This issue is already fixed. Please ask support for patch. Re: URL is being entered into the wrong browser tab Please use ToUrl method of a Browser object. This method uses a first visible page - the new tab in this case, function testcode(){ var browser, page; browser = Sys.Browser("*"); browser.BrowserWindow(0).Keys("^t"); page = browser.ToUrl('yahoo.com'); } Re: FindAllChildren() returns array of Undefined String Types, Should Return an array of Objects Do you use (new VBArray()).toArray() to convert a safe array to JScript array? Re: chrome extension is enabled but testcomplete cannot detect it when recording new test. Also please check file versions of binary modules located in c:\Program Files (x86)\Common Files\SmartBear\tcCrExtension\egnheagkhpgphnfbmhmjjckbeocfcjae\ Several times I saw that these files have not been updated. In this case you have to uninstall TC, remove this folder and install TC again. Re: Dispatch not hooked to windows memory Please check this http://stackoverflow.com/questions/12871152/dispatch-not-hooked-to-windows-memory Re: Run Browser Issue Please close all IE processes (possibly hanged) before test. Re: Differences in recording JScripts Tools > Options > Engines > Name Mapping Check Map object names automatically Re: Differences in recording JScripts In both cases all settings are configured properly. But you should know that TestComplete creates variables only for objects used more then once. Re: RTTI and few Extented property values are displayed as Error:Unspecified error This error indicates that your object does not exist any more. I suppose Refresh should help. If it would not, please ask Support for help.