How to click on the arrow in first column respective to the text mentioned in second column

HI @Ishan_Shelke

Another workaround

You have a search option above right
image
so what you can do is

Method 1

  • Data scrapp the table you shown there
  • Loop through the rows
  • If Condition CurrentRow(0).Tostring.Contains(“MILEM”)
    • True means Type that String “MILEM014493”
      • Then make a click on the arrow , you can keep the selectors to click the first one
    • False leave it empty

Or Method 2
in the filter option
image

  • Check if you have anything to filter like MILEM in a dropbox or something
  • After filtering Data scrapp the table filtered there
  • Loop through the rows
  • Clcik on one by one and this requires dynamic selector with the idx attribute

Studio - Dynamic Selectors.

Hope this Helps

Regards
Sudharsan