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”
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.