For example,
During recording, click the htmlbutton which creates the new htmltextbox with dynamic id (say t1) and edit that textbox and give some values to save it.
And during playback, click the htmlbutton which creates the another new htmltextbox with dynamic id (say t2) but it edits the textbox which already created (ie., t1) instead of textbox (t2).
How to find the dynamic elements using coded steps?.