How can I declare a object that value change every time.
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can I declare a object that value change every time.
First please check below object
Set obj = page.FindChild("TextNode", "vglwaterresistance_2_SystemDefinedSaveButton_label")
Here, Textnode value changed every time when run application
chnaged like below
vglwaterresistance_3_SystemDefinedSaveButton_label
vglwaterresistance_4_SystemDefinedSaveButton_label
I have highlight the changes.. how can i declare a object that accept any value.
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Replace the number with an *.
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's possible you may need to select different property/value pairs to identify the object.
Also.... I'm not sure you have the correct syntax for FindChild. The first parameter should be the property name (ObjectType, Caption, etc) the second parameter should be property value. It looks like you have two values instead. Please review the syntax of the FindChild at
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
