My old WinForm application used HtmlElementCollection to process a page...HtmlElementCollection hec = this.webbrowser.Document.GetElementsByTagName("input");
...In WPF WebBrowser, there are several things that are different. For example...this.webbrowser....