How to get text at the same position but different values?
I can’t use new get text activity,because it didn’t catch the values.
I use classic get text activity,but it only get once values,the second values can’t catch.
Hi,
Can you try to tune selector without including aaname and/or innertext using UiExplorer?
Regards,
- Even in new get text you have options to choose what kind of extraction you need change it and check
- In old or new try to not include any data specific to value like aaname,name,innertext etc
Cheers
I don’t understand how to set these😢
- In latest go to peroperties you will see a peoperty scrapping method change it to get the value
- To check selector ppen ui explorer indicate the element and use the right top panel to choose what you need in selector
Cheers
Can you give me a example to get text in same position and different values?Thank you.
Can you show your selector
It should be something like below
<webctrl tag='DIV' id ='idValue' />
In place of id you can have class as well
Cheers