I am trying to use Get Text activity to fetch certain values from webpage which are kind of fixed but the string is dynamic (that is for different employee the string values i am fetching may differ) but the get text activity always fetch the same result for all the employees.
In the pic above the aaname value is what is dynamic but i always get this value only - 11755751
1996
(Neelima G)
December 1, 2020, 10:27am
2
Hi @shekhawat.arjun1307 ,
Try check the selector if any static values in aaname or inner text make it (*)
Hope this helps.
Regards,
Neelima
Hi @1996 as you can see in the screen shot i shared there is this value - 11755751. So basically i need to change it to *, right?
Srini84
(Srinivas Kadamati)
December 1, 2020, 10:33am
4
@shekhawat.arjun1307
Yes, you can change the aaname value to *, so that even the value changes it will work
Hope this helps you
Thanks
1 Like
Hi i did try changing the static value to * but the issue still persist. Could you point out anything new i can try.
Hi i did try it but was not much helpful. Could you point out something else i can try.
Srini84
(Srinivas Kadamati)
December 1, 2020, 10:41am
7
@shekhawat.arjun1307
disable inner text and give a try
also check the title is same or if it is changing then you can replace esign with *
Hope this helps you
Thanks
Hi the issue still persist disabling inner text.