I want to make a auto login bot. now I only found the GetElementsbyID tutorials, but when i look at the code there is no ID it looks like this:
<input size="12" name="username" value="Username" onfocus="clickClear(this, 'Username')" onblur="clickRecall(this, 'Username')" type="text">
my question is: How do fill in my text in these textboxes?