Application title bar

(imported topic written by peter91)

Is there a way to retrieve the text from the application title bar in relevance?

(imported comment written by BenKus)

Not that I know of… maybe there is a WMI call for it?

Ben

(imported comment written by NoahSalzman)

You could execute a command line Action such as

tasklist /V /FI “IMAGENAME eq iexplore.exe”

and then gather the output via an Analysis.

(That command is not available in Windows previous to XP, I believe.)