Web Recorder or Inspect Element both not working in my case

I am trying a simple web recorder with Chrome extension. Simply open a browser, visit a webpage, and get the text value from an element. But it is not fetching the text value. It is always empty (See screenshot). I have also tried the same through inspect element. I have tried changing the Selector type from XPath to CSS. Almost tried possible methods but it always returned the msg.value=“”.
My Chrome version = 125.0.6422.76. Tried without any additional extension except Robomotion extension
Please suggest.