How can I configure an Uielement attribute so that it adapts to a web element that constantly updates its quantity?

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

@z1185399190

Try using For each UI element activity. This will work here.

Thanks,
Ashok :slightly_smiling_face:

1 Like

Yes i am using For each Ui element activity now. But it has this problem

@z1185399190,

Try adding other property of the UI element to selector. The error saying there are duplicate of the same.

Thanks,
Ashok :slightly_smiling_face:

@z1185399190

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

@z1185399190

You would loop on the items …you would not do it separately

cheers

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 :smiley_cat:

@z1185399190

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