Eunice
Eunice

Reputation: 23

Automating a form post in Firefox

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?

Upvotes: 2

Views: 717

Answers (5)

charley
charley

Reputation: 66

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. :)

Upvotes: 1

Željko Filipin
Željko Filipin

Reputation: 57262

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.

Upvotes: 0

manuel aldana
manuel aldana

Reputation: 16438

have a look at simple to use selenium plugin

Upvotes: 0

µBio
µBio

Reputation: 10748

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

Upvotes: 1

Related Questions