I'm new here. Hello to everybody !
With a Macro vba on Word, I have no problem to obtain the text of a web page on Chrome but I don't know how to get the contain of the tooltips.
manually, I can see the text when I pass on a specific word ("indication"), or dysplay the text in a specific window when I click on "indication"... but with VBA, how to do it ?

It would be easy to manage it if I could do any of these:
1 get all tooltips text from the web page.
2 send a command to activate all tooltips.
3 do a search for the word "indication" and activate it

Thank you very munch for your help !

Eriksen