I have a bit of an unusual requirement - I need to complete website input boxes on a number of websites. The content is always the same (name, address etc) however different websites label the input boxes differently, some with id or name containing a meaningful name, other times with general ids or names like input1, input2 etc
The label for the box is almost always meaningful and I was wondering if anyone had a simple way of identifying which input box was with which label. In other words, if I wanted to enter a name, I would need to find the name label and the input box next to the label or below it would need to be completed with the name.
Any help would be appreciated as this one has me beat!
The label for the box is almost always meaningful and I was wondering if anyone had a simple way of identifying which input box was with which label. In other words, if I wanted to enter a name, I would need to find the name label and the input box next to the label or below it would need to be completed with the name.
Any help would be appreciated as this one has me beat!