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

HI,

How about the following step?

  1. Get the table as DataTable using ExtractTable wizard.

  2. Iterte the datatable using ForEachRow activity then check the row contains target such as JAF_TU2. Please set int32 variable (let’s say idx) at Index property of ForEachRow

  3. If target exists, Check checkbox of Unlock using Check/Uncheck activity with dynamic selector (Probably tableRow attribute can be used for it)

Regards,

2 Likes