I have a requirement where i need to login to multiple sites (http://www.XXXXXX.com) and give my credentials (Id and Pass). After logging in, i have to click on particular link and need to select the date range and status level for all tasks in combo boxes. Then we will get the required information.
To avoid this all manual process, i would like to automate this in C# (Windows application). Can anyone please help me how to achieve this? Thanks in advance.