Hi,
I need to Read a HTML File and retrieve Tag value and attribute value.
In HTMLDocument there is no LOAD function to load a html file,but there are methods like getElementByTagName.
How to load a html file in htmldocument class?