You need to write code to find the tag or id controls, e.g.
webBrowser1.Document.GetElementById ("textName"). SetAttribute ("value") = "ddddd";
Before this code, just make sure the document is fully loaded. You can use WebBrowserDocumentCompletedEventHandler to check for this.
source
share