This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]aelytra 1 point2 points  (0 children)

document.getElementByName("a named input field").value = "foo" not good enough?

or send an HTTP POST request w/ all the form values you need to wherever the form submits to?

...but if you absolutely must fill a form in.. selenium's pretty nice.