node-fast-html-parser
node-fast-html-parser copied to clipboard
How to read the text inside a tag?
How can i read the text inside a tag? For example
<div id="ERROR_MESSAGE" hidden="true">Please check the information</div>
I want to extract "Please check the information" from above tags, who has id "ERROR_MESSAGE".
Let me know how i can do that.