How to click particular row link buttons in html table based on row input

Hi @naga.kishore,

You could try to follow the steps above:

  1. Use the Find children to get the elements inside this table
  2. Try to find a pattern of the button that you need to click, inside this table with UI Explorer
  3. Try to iterate between the children elements and once you find the specific button, use the Click activity and pass the selector of this element with element.Selector.ToString.

4 Likes