How to get Toot-Tip information

Hi There
Can anyone help me in getting Tooltip information?

I have the group owner field on-page and it has a tooltip, I want to get the tooltip information.
I have tried a couple of selectors but did not work. please help

Sometimes the tooltip text is within the source code, so you can get at it with Type: Element Attribute or Type: HTML.

But if the text is only loaded during the hover (mouseover) then you probably can't get at it 'cos WS currently does not support hover events.