From: Hal Fulton Date: 2006-10-25T10:00:14+09:00 Subject: Best way to automate web browser tasks? I know there's Watir or something... but I'm not using IE (rather Firefox) and I don't want to "control the browser" per se... Rather I want to automate some repetitive tasks... like go to a form, fill in a couple of fields, click a checkbox, pick from a dropdown, and click on Save. How would you do this? Hal