AXSwift icon indicating copy to clipboard operation
AXSwift copied to clipboard

Swift wrapper for accessibility clients

Results 15 AXSwift issues
Sort by recently updated
recently updated
newest added

Xcode: 13.3 Swift: 5.6 After installing AXSwift via SPM, I receive the following compiler error: > Could not find module 'AXSwift' for target 'arm64-apple-macos'; found: x86_64-apple-macos My research into the...

Current API design restricts notifications to only the ones that are provided in the `Constants.swift`. And while notification names are generally standardised, applications are allowed to send notifications with custom...

Is there any way possible to get the z-index of each window? I can't find an attribute that seems to indicate z-index.

In my app I'm listening to ``didActivateApplicationNotification`` notifications and then add ``AXObserver`` to the app that was activated. I've noticed that in some scenarios I got ``UnknownUIElement`` errors when I...

Add APIs to list and read parametric attributes. I'm not sure what these are used for, really.

help wanted

Add API to list and perform actions. These are usually things like pushing buttons.

help wanted

Hello, We are getting close to app submission to the App Store. The problem is that Apple requires the app sandbox to be turned on for all apps submitted to...

In the same App, press tab to switch focus, focusedUIElementChanged will be triggered. But when switching between different apps, focusedUIElementChanged will not trigger. I think when switching to a different...

Thanks for your quality work on AXSwift. This fix makes sure we handle the failure of AXObserverCreate properly. See the image below for why/how:

I've allowed accessiblity but always getting error `AXError.APIDisabled` as you can see here: Should I be signing or adding some special permissions? P.S. I'm running in debug from `xcode`. Does...