2

The title says it almost all. There are tools like AutoHotKey and AutoIt that allow one to send text to fill up on-line web forms and process the the POST answer.

I know that Rebol can do the latter. But what about the former?

Luis
  • 1,236
  • 5
  • 22
  • 31

1 Answers1

3

There's a script I wrote which was to look at web forms, extract the various variables, and allow you to POST the form, and then capture the output. This was just a test prior to figuring out how to automate the login to Stackoverflow which has since been done.

Graham Chiu
  • 4,856
  • 1
  • 23
  • 41