On 07/10/12 09:16, Selby Rowley-Cannon wrote:
Hello,
I am aiming to write a program that inputs a list of codes into an
HTML text field, one by one, entering the next code if it is incorrect,
but stopping when the code is correct. I've got down putting the codes
into a list, and 'for' loop
On 06/10/12 23:16, Selby Rowley-Cannon wrote:
I am aiming to write a program that inputs a list of codes into an
HTML text field, ...but I don't know how to enter text into a text field in a
website.
This is probably going to be much harder than you ever realized however
You can use u
Hello,
I am aiming to write a program that inputs a list of codes into an HTML
text field, one by one, entering the next code if it is incorrect, but stopping
when the code is correct. I've got down putting the codes into a list, and
'for' looping though it (maybe 'while' the entered code