AXSwift
AXSwift copied to clipboard
Swift wrapper for accessibility clients
For example, I want to monitor the size and position of the text box of the TextEdit window: 1. Open the TextEdit app. 2. Press Command + N to create...
I realize the question is a bit vague, but the Apple documentation is horrendous and hoping you could assist. Basically, imagine a scenario where you are assisting in spell checking...
Hey, thanks so much for this library. It works great for observing changes on windows etc. However I cannot make it work to observe a MenuItem's Title changes in the...
I'm trying to build a sort of POC for a software remote controller to Keynote to pass slides and I found that whenever I click on my application's UI to...
I've encountered some problems with parameterized attributes. (running MacOS 12, Monterey) The `Attribute` enum for parameterized values are incorrect... they shouldn't end with `Parameterized`. ```swift enum Attribute { case boundsForRangeParameterized...
See #45 for details, but this one makes the raw string change to allow for Swift 6.1 compatibility so whichever is the better choice can be used.
Some of it was opinionated (like moving the constants organization so each type has its own file and nesting the constant types) Some was modernizing the features (typed throws) Some...