Top "Accessibility-api" questions

The classes in this package are used for development of accessibility service that provide alternative or augmented feedback to the user.

Android: How do you check if a particular AccessibilityService is enabled

I've written an Android app that requires the use of the AccessibilityService. I know how to check to see if …

android accessibility-api
accessibility service is not started

I want to log all toasts events in android ics (4.0.3), but I was unable to log any system event. Service …

android android-4.0-ice-cream-sandwich toast accessibility-api
Enable access for assistive devices programmatically on 10.9

I want to enable access for assistive devices programatically on 10.9. On 10.8 and lower I was using following Applescript to enable …

objective-c macos cocoa accessibility accessibility-api
How to get another application window's title, position and size in Mac OS without Accessibility API?

How can I get window's title, position and size if it does not support Accessibility API? Accessibility Inspector does not …

cocoa x11 accessibility-api
How to get an array of AXMenuItems from AXMenu?

For my code I am attempting to get an array of AXMenuItems from an AXMenu (AXUIElementRef). The menu logs successfully, …

macos cocoa menu parent-child accessibility-api