Hi,
I need help in developing a certain software that can log-in the user's online account even in just one site only (for the time being).
Using a windows form, i have been able to collect a user account information such as the username and password and its respective log-in page URL.
As of now, i can only select an account and press a button to open a browser that will automatically bring the user to the log-in page of his selected account.
My "BIG PROBLEM" is how can i automatically log-in a user inside his account (e.g. yahoo mail) without pressing the log-in page's log-in/sign-in button.
I am using the C# language and have no idea how to make it work. Please, help me figure out this problem.
Any ideas are welcome.
Thanks in advance :)