Forum Discussion
vajindarladdad
13 years agoFrequent Contributor
Hi,
Can you please tell which property is changing all the time?
Can recommend you the best approach , once we get the property name you are using for identification purpose.
I would recommend you to use the NameMapping file and map the objects using their unique properties.
Mapping the objects will make your 99% of task done.
Please use following link to get more information
http://support.smartbear.com/viewarticle/27370/
http://support.smartbear.com/viewarticle/27370/#RecogFailures
To go further ,
If you are not using NameMapping file then you can use the below functions to get the objects at runtime:
1) FindChild
2) Find
3) FindAllChildren
4) FindId
5) Find
6) Child
7) WaitChild etc.
Can you please tell which property is changing all the time?
Can recommend you the best approach , once we get the property name you are using for identification purpose.
I would recommend you to use the NameMapping file and map the objects using their unique properties.
Mapping the objects will make your 99% of task done.
Please use following link to get more information
http://support.smartbear.com/viewarticle/27370/
http://support.smartbear.com/viewarticle/27370/#RecogFailures
To go further ,
If you are not using NameMapping file then you can use the below functions to get the objects at runtime:
1) FindChild
2) Find
3) FindAllChildren
4) FindId
5) Find
6) Child
7) WaitChild etc.