How can I create a program with C# to submit the form(in the web browser CONTROL in windows Apps)automaticlly ?
WebBrowser.Document.GetElementById("form_submit").InvokeMember("click");