I am trying to automate a process where I need to insert data in a web application by clicking Add row button. During said process, previously entered data will also be available to edit again along with the new empty row to enter. In a single row it has a mix of text and date fields.
First row getting added . When coming to next row , data is going into the first row again.
I tried making the table row number dynamic , according to the item number coming from the for each .
Check the selectors from edit descriptor. You might be using additional information about the elements which are tying the selectors to first row only.
@Raj_esh Your Row are generated dynamically? after adding the new row then your selector changes dynamically but your object is not updated, To solve this once your new rows are added then you need to get new object by attaching the browser and retry to enter the next row by putting the logic.
@Raj_esh it help us if you could provide the video of the application behaviour during the enter the text,