试图在我从 webBrowser 加载的 certin 网站上的文本框中输入文本。
尝试使用 HTMLElement,但无法识别,因为它来自 system.windows.FORMS。
关于我如何解决这个问题的任何想法?
例子:
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.
提前致谢。