03-12-2014, 10:57 AM
Just for info :- Exists() statement always return True for AcroQTP Object. So we can't use this for sync/Existance purpose.
The alternative option is to use GetRoProperty("afpid") and check , If it returns 0 means the Object does not Exist.
The alternative option is to use GetRoProperty("afpid") and check , If it returns 0 means the Object does not Exist.