Need to find a specific word in a website and put a tick infront of that relevant data/row

Hi @shehani.perera ,

  1. Use “Get attribute activity” to get the Attribute ‘TableRow’ by keeping the aaname in the selector as JAF_TU2
  2. Then use the click activity and in the click activity selector pass the tableRow variable which you got as a output from the Get attribute activity.

Regards,

2 Likes