Unable to find object popup box keeps coming up.
- 5 years ago
It might be worth raising a support ticket with smartbear, it sounds similar with experiences that I've had, especially with it finding it sometimes and not others.
The only thing I can recommend is, check the object properties and make sure that they are unique, so they aren't similar to other controls.
It could also be a property problem. For example, in my tests I had a window called with the ClrFullClassName property of Main. But, sometimes when I pressed a button in my test, it would change the ClrFullClassName to a bunch of random characters but keep the rest of the property's the same. So I just set the ClrFullClassName property to a wild card '*' and added extra property's to help recognise it.
Does it sound like one of these issues?