How to collect tooltip information and store it in a variable?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Raghava Doregowda
Posts: 130
Joined: 06 Nov 2022, 01:48

How to collect tooltip information and store it in a variable?

Post by Raghava Doregowda » 01 Feb 2023, 13:22

There are some instances where focusing a mouse cursor on an item provides a tooltip that contains/displays certain information such as extensions, details, etc. Is there a way to extract tooltip text from any platform be it desktop or chrome, and store it in a variable?

User avatar
boiler
Posts: 16925
Joined: 21 Dec 2014, 02:44

Re: How to collect tooltip information and store it in a variable?

Post by boiler » 01 Feb 2023, 14:35

If it’s a standard Windows tooltip, then it can usually be done. When the application uses some other tooltip widget, then it’s likely you can’t get it. If I remember correctly, Chrome tooltips fall into the latter category.

Post Reply

Return to “Ask for Help (v1)”