Forum Discussion

jeremyt's avatar
jeremyt
Contributor
10 years ago

Unable to recognize any objects in Chrome 37

Chrome Version: 37.0.2062.120 m

TC Chrome Extension Version: 10.30.1303

TC Version: 10.30.1303.7



The extension is enabled and both "Allow in incognito" and "Allow access to file URL's" are enabled.
I also launch chrome with the following command line switches:



"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-hang-monitor --window-position=10,10 --window-size=1000,1000 --incognito --disable-web-security --allow-file-access-from-files



Yet when I try to spy an object (it's an HTML 5 app) I'm unsuccessful, it just highlights the whole window instead. Anyone have an idea what I could be doing wrong here?

1 Reply

  • I believe I may have found the issue, apparently we changed our default container from an iframe to an object and TC I guess doesn't like that? Anyway switching back to iframe allows me to see objects again.