Ranorex is very easy to validate the existence of an object. How can Ranorex validate a non-exist of an object? I think it has to be done through the user code, correct?
For example, here is the existence validation “Validate.Exists(repo.appinterface.item1)"
How to validate the non-exist of this object?
Thanks,