views:

96

answers:

5

I go to a web form, enter some info into a number of fields on the form, click the Submit button (which does a POST) and get results. I do this frequently and would like to automate this process. I mainly use Firefox. I've looked at Watir but perhaps overkill for my needs.

Suggestions?

+1  A: 

Watir or Watin are perfect for what you want, and aren't heavyweight. I use them all the time.

BioBuckyBall
A: 

have a look at simple to use selenium plugin

manuel aldana
A: 

Watir would handle this with ease. If you provide sample HTML and let me know what you want to do, I will create a Watir script.

Željko Filipin
+1  A: 

Watir's a great tool to get familiar with for UI automation. I don't quite understand the SU comment above, but it will work for what you're looking to accomplish. The additional side benefit is that you get to learn and/or work with Ruby. :)

charley
SU is http://superuser.com/ (site like this but not about programming, for general computer related questions)
Željko Filipin
A: 

Hope this helps: http://interestingittips.wordpress.com/2010/08/23/hello-world/

Javier