Selecting a row in Webpage based on text value

HI All,

I am trying to find a text on a webpage and then edit it’s corresponding fields. Below is the webpage example. Click text is helpful in finding the text and clicking it but I am failing to edit the fields for that particular text.

@tilarapiyush

Use anchor base type… Give stable value as anchor and then perform an action on the position…

Anchor Base won’t work here as Anchor will be dynamic. Here the anchor is actually the item number from an Excel column. For example sometime Anchor will be text "“ABCD” and sometimes “CDEF”.

Make that dynamic with AAName property or text property

@tilarapiyush
have a look on following link. It show cases dynamic selectors and integrated anchoring. We can also dynamize additional the anchor