Webbrowser IE tabanlı olduğu için siteyi tam olarak doğru göstermiyor olabilir. Auto Login kodlarınızı gönderirseniz inceleyeyim.
webBrowser1.Document.GetElementById("textboxın adı").InnerText = textBox1.Text;
foreach (HtmlElement el in webBrowser1.Document.All)
{
if (el.Name == "buton ismi")
{
el.InvokeMember("click");
}
}
Buyrun hocam sildim ama bu şekildeydi kodlar