tuggen
11 years agoNew Contributor
WaitProperty("Exists") error message
Hi!
Usually to check if exists any object I use function WaitProperty(...) or direct property Exists. When it doesn't exist it returns False and my test runs further.
Earlier it worked perfectly. Now sometimes I receive the following error message in the test log during checking with WaitProperty function or Exists property:
'Unable to find the object [myObjectName]. See Additional Information for details.'
In the Additional Information is 'The object with the specified attributes does not exist.' written. It's a strange behaviour. It happens with different controls that don't exists, with buttons, with groupboxes, etc...
What can cause such error?
Thanks,
Alexandra
Usually to check if exists any object I use function WaitProperty(...) or direct property Exists. When it doesn't exist it returns False and my test runs further.
Earlier it worked perfectly. Now sometimes I receive the following error message in the test log during checking with WaitProperty function or Exists property:
'Unable to find the object [myObjectName]. See Additional Information for details.'
In the Additional Information is 'The object with the specified attributes does not exist.' written. It's a strange behaviour. It happens with different controls that don't exists, with buttons, with groupboxes, etc...
What can cause such error?
Thanks,
Alexandra