I am trying to use the element ID of a button on a webpage to press the button but I don’t know which values I am supposed to use to press the button.
webBrowser1.Document.GetElementById("ctl00_ucContent_cntrlRegister_btnRegister").SetAttribute("submit", "Sign Up");
that’s what I have so far.
In the end I am trying to just press the button.
1 Answer