Hello.
I am trying to automate login information on a webpage.
The webpage doesn't have ID's setup for the fields.
Example: <input name="user" tabIndex="1" class="ti" type="text" maxLength="32"/>
I am trying to figure out how to set the value of this field and am not having any luck as it doesn't have an ID assigned to it.
Any ideas?
Thanks!
I am trying to automate login information on a webpage.
The webpage doesn't have ID's setup for the fields.
Example: <input name="user" tabIndex="1" class="ti" type="text" maxLength="32"/>
I am trying to figure out how to set the value of this field and am not having any luck as it doesn't have an ID assigned to it.
Any ideas?
Thanks!