(imported topic written by peter91)
Is there a way to retrieve the text from the application title bar in relevance?
(imported topic written by peter91)
Is there a way to retrieve the text from the application title bar in relevance?
(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.)