How to select duplicate elements one by one

Hey,

I have a website where I want to select fields from a table. The fields all share the same elements, like the following <select> field:

there are multiple tables, in every table there is 1 <select name=“yoyohoneysingh” tabindex=“2” class=“yoyohoneysingh row-fieldset-select disablClass custom_width_100”

@Parvinder_Singh,

Try For Each UI element activity. This should be able to iterate all similar selector UI elements.

@Parvinder_Singh

Ideally for each ui element should do the job

Cheers

Hi @Parvinder_Singh,

When you open that selector with uiexplorer, are you able to see attributes like “table row” and “table col”

Usually for every table structure, these would be available and you would be able to differentiate the elements by these along with other attributes as mentioned above.

Also review if tab-index is coming out to be same for every field.

Regards
Sonali

Hi @Parvinder_Singh if possible can you provide website URL.
And also with input file with expected output to validate.