Tallmage
6 years agoNew Contributor
Unable to recognize ImageRepository
Hello,
I'm looking to use the ImageRepository, but it looks like I keep having a runtime error just trying to invoke the thing. It's probably a very simple problem, but I'm out of ideas.
We're using Python, and I've tried clicking on the image in a singular method.
def test(): ImageRepository.ImageSet2.GenericImage.Click()
It almost looks like you're trying to use ImageRepository from a project that doesn't have the ImageRepository file attached. Keep in mind, everything in TestComplete is contained in projects. So, if you have the ImageRepository in one project but ahve your script unit in a different project, they can't "see" each other.