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?
Watir or Watin are perfect for what you want, and aren't heavyweight. I use them all the time.
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. :)
have a look at simple to use selenium plugin
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.
Hope this helps: http://interestingittips.wordpress.com/2010/08/23/hello-world/
精彩评论