Hi,
I'm looking at ways to automate interaction with web pages.
Mainly to reduce the amount of work needed for repetitive tasks e.g.
go to a website
click button to add new user
wait for page to load
fill in form: enter name, select things from from drop down lists etc
click submit
Would autoit be a good tool for this job ?
Any links to get me started ?
The other thing I'm looking at is Selenium
Has anyone used autoit and selenium for web browser automation and could sum up
the pros and cons of both approaches?
Thanks