Forum Discussion

kaiiii's avatar
kaiiii
Regular Contributor
5 years ago
Solved

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.

3 Replies