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.
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.