Trying to type text inside a textbox on a certin website that i load from the webBrowser.
Tried using HTMLElement but it's not recognized cause it's from system.windows.FORMS.
any ideas on how i might solve this problem?
example:
browser.Navigate(new URI("http://www.google.com"));
// Here get the textbox that we all type our text to search (the search textbox)
//type text inside it.
thanks in advance.