node-fast-html-parser icon indicating copy to clipboard operation
node-fast-html-parser copied to clipboard

How to read the text inside a tag?

Open Ghousepasha-ios opened this issue 1 year ago • 0 comments

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.

Ghousepasha-ios avatar Mar 09 '23 07:03 Ghousepasha-ios