I am trying to populate form fields in sequence for a test using selenium. I cannot use the name since they are assigned a unique identifer by the back end (no id). Any thoughts on how to tackle this would be greatly appreciated.
<input type="text" class="abc" tabindex="1" size="5" maxlength="15" name="8886456-98245574-3353546773" value="">
The same class names are being used by more than one field in the form.