Solved
Forum Discussion
rraghvani
Champion Level 3
3 years agoAre you running the web application on your local machine? I'm wondering whether the cached object that TC relies on, has been updated or deleted. See Refresh Name Mapping Cache. Calling method TestObj.Refresh() before each step might resolve the issue, but it's not ideal. Also, check that the parent object still remains the same.
What version of TC are you using?
mdragani
3 years agoOccasional Contributor
I am running the latest version Version: 15.48.1.7 x64. And yes i am running the web application on my laptop. Like i said it is happening for multiple objects ie. The object "BrowserWindow" does not exist. 10:33:44 0.00. i will take a look at the Refresh Name Mapping Cache and see if that helps me at all. Thank you