Getting a non visible element embedded in the DOM

Hello Uipathers :slight_smile:
I need to get the text of a tooltip which is dynamically displayed by hovering on an icon (javascript script). The tooltip text is located in an embedded element of the DOM, but this element is not visible on the screen. It is a child of a child of a DIV that I know by its id.
I can manage to find how to get this element which is not visible.
Any idea ?
Thanks a lot
TT

In fact I am confused by the search function of the UI Explorer and the way children are presented. All nodes are present, so I found the solution to my problem.
Sorry for the noise !
TT