How to match the data from dropdown

hii

As have this kind of data
1933(abc, xyz)- 1166(def, ijk) = 102.82 kms which are having two entries for each
For ex 1933 has two particular names abc, xyz
and 1166 has two particular names def, ijk
so these names are present in dropdown so I have to check each and every particular
entry that is for 1.abc-xyz= 102.82 if present then skip this entry
2. abc-def= 56 check for same kms and if entry not present make that entry
3. same as above case xyz-def=102.82

so like wise we have to select these values from dropdown and if already present that value then skip that value

so please let me know the solution.

Thanks

Hi @Rakhi11

Could you provide information with screenshots and more details as to what you want to do ?

For dropdown user interface elements (especially web) it should be fairly easy with dynamic selectors or find-children activity.