How to log into a website using webbrowser control and username & password stored in variables.
Posted
by David Cutting
on Stack Overflow
See other posts from Stack Overflow
or by David Cutting
Published on 2010-05-12T16:21:07Z
Indexed on
2010/05/12
16:24 UTC
Read the original article
Hit count: 168
Hi I want to be able to log into a website via C# webbrowser without any user input. I want to get the username and password from local variables.
I hope someone can help me.
Please give clear C# code examples.
© Stack Overflow or respective owner