Input text to a html container with dynamically changing rows

harishpulipati

New Member
Hi All,
Needed some help in adding text to a web application where based on the number of line items (keeps varying) we need to add rows in the application and then enter values.
Provided are the screen shots of the scenario, when the number of line items vary, we need to click the ''+" icon and then add in the details.
Please suggest the best way to go about this.
 

cs.andras

Active Member
Hi,
I'd suggest spying the first line and the second, checking what changes in the attributes that makes them unique. Maybe it's a random number, but maybe it's something like "name_1" "name_2" ...etc. If so, you can use dynamic attributes to find all fields and write data into them.
 
Top