So first time posting, and I am not even sure Selenium IDE
can handle what I want.
So on the web page I have 10 quantity fields (its a simple e-commerce site)
And I want to populate these 10 Quantity fields with values, however the id
of these Qty fields can change.
e.g
Command Target Value
type id=qtyField_124098 1
type id=qtyField_124099 2 etc.
Is there an easy way to represent the Target
by position. So I could put a value of 1 into the first Qty field, and 2 into the second Qty field.