How would I get text from HTML on a website?
This is all I know to get to it but its only the elements;
webBrowserMain.Document.GetElementById("footer").Children
GetElementsByTagName("ptz-footer")
GetElementsByName("ptz_value")
The ptz_value has the text I want to retrieve.
Thanks...