Hello Deenuji, I apologize for my delayed response. Thank you very much for your appropriate advice. As you mentioned, indeed, when I executed the code you provided, it returned the expected results. I am attempting to retrieve user-specific report comments (text strings) for a certain groupware product. I am using JavaScript to obtain UI elements through selector specification, and with a ForEach action, I extract comments for each user and write them to an Excel file. However, while I am able to retrieve other UI elements, I just cannot seem to get it right with the targeted element. (When executed in the browser console, it does return correct results.) I have tried using the JSON.stringify() method to extract the text and thought it might be dynamically generated elements, so I also experimented with MutationObserver and promises but to no avail; the results remained the same. I thought if it is an object Object, it should be possible to extract its contents. If there are any clever solutions or methods to retrieve this information, could you please share your insights? I look forward to your guidance. Thank you very much.