How can I configure an Uielement property so that it adapts to a web element that constantly updates its quantity?Just like below picture:

Try adding other property of the UI element to selector. The error saying there are duplicate of the same.
Thanks,
Ashok ![]()
You can either modify or refine your selector
Another way is to use find children activity and indicate the output table or dice around the items you need and then use a for loop on the returned items…
Optionally if extra elements are also retreived in find children then use the filter property to filter based on tag or any other unique attribute
Cheers
But if i use the find children activity, the quantity of Find children activity can’t alter with the change of quantity at the same time .Because this time we have 9 uielement which need to type into, but i only have 5 activities of find children . It can not corresponding add 4 activity to achieve this proceed which need to type 9 Uielement
Thank you very much~. It doesn’t appear error now. But still can’t type text into the input tag.Would you like to tell me i need to modify which step ?Thank you ![]()
Use log message and check the selectors first …and see what selectors are coming using the log message…and filter out which are not needed as well
filter in find children needs to be refined
cheers




