I have an application with a table containing many columns and rows, and I need to edit one specific row. I can identify the correct row using another column value. For example, if my input column is ‘Name’ and the value is ‘John’, I need to edit the ‘Date’ column in that same row. Using ‘John’, I can identify the correct row and then type the date in the corresponding ‘Date’ column.
**The problem I’m facing is that I’m not getting a stable selector **
Try using an anchor-based approach by identifying the cell relative to the ‘Name’ value. If selectors are unstable, use Computer Vision or a dynamic selector with variables for better accuracy.