progrium/darwinkit

Question: list all applications and application windows

Closed this issue · 1 comments

Hi!

First, thanks for your awesome work on macdriver!

Question: is it possible to list active applications and their windows, or just all the active windows? I looked through macdriver and didn't find anything like "list applications" or "list windows". I checked StackOverflow, the only suggestion I found is "accessibility API" but I didn't find such binding in macdriver.

Thanks!

If you can find the Apple docs on how to do this with Objective-C or Swift, I'm sure somebody can show you how to do it with macdriver in Go.