Hey Guys,
Does anybody know how to code up writing text into a text box and then clicking a button on a website?
Like I want to write something that types in your username and password in the googlemail site - (mail.google.com) - and then click the login button?
Cheers
Jay
Those are input fields
HTML TutorialHTML Code:<input type="text" name="user"><br /> <input type="text" name="pass"><br /> <input type="submit" value="Login!">
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks