How to read a data from innerText of HTML Dom element using Arduino Uno

Hi,
i am having a webpage,where all messages will be uploaded. When i inspect on browser,message is present inside the dom element. how can i take that message from the webpage and display it on LCD. Please help!!

how can i take that message from the webpage and display it on LCD. Please help!!

You can't. The browser has asked a server to execute a script and return some results. It renders the results.

The Arduino can execute the same script on the same server, but it can not see what some other client has done with the results.

STOP CROSS-POSTING

Duplicates deleted