I am looking for possibility of doing something using Perl,
I need to automate the process to to test webpage,
1. Launch web page
2. Login in to website using recorded username and password
3. In search box input some text and submit page
4. wait for page to laod
5. input some text on text box and response ´OK´ to dialogue box
6. wait for page to load
7. logout
Does any one know if this is possible using perl is there any specific module available to do this?
Please guide me,