Skip to main content

Questions tagged [accessibility-api]

The classes in this package are used for development of accessibility service that provide alternative or augmented feedback to the user.They may be useful in developing applications that may help people who need alternatives to use Android phones. eg : due to physical incapabilities.

accessibility-api
0 votes
0 answers
28 views

How to reenable Accessibility settings on Android after reboot?

i am developing a tv launcher i have setup accessibility so that each time the tvlauncher is called my applications is called instead .This works fine But if i unplug then replus the tv the android ...
dev's user avatar
  • 3
3 votes
0 answers
49 views

Find bounds for substring in AXStaticText

I'm working on a co-pilot tool for macOS desktop apps using the Accessibility API. I need to be able to introspect editable text elements in other desktop apps. I have a working solution for text ...
Rishabh's user avatar
  • 755
0 votes
0 answers
29 views

How to print the error of termination of Accessibility Service in logcat?

I have an accessibility service setup in my app. Whenever I close/kill the app from the apps drawer the accessibility service should ideally run in the background but this doesn't happen. Instead the ...
theStacker's user avatar
1 vote
1 answer
49 views

Accessibility insights not showing children of Firefox "open with" dialog when it is opened after "File Upload" dialog

Use case:- Click on Browse button This will open a file upload dialog - Inspect this dialog with accessibility insights - All the dialog properties and its children are showing Close file upload and ...
Vinod Kumar's user avatar
0 votes
0 answers
40 views

Exploring Apple Accessibility Audit in Xcode

I'm exploring Apple Accessibility Audit in Xcode and can't figure out how an audit like elementDetection (XCUIAccessibilityAuditTypeElementDetection) works at all. My goal is to build the elements so ...
Илья's user avatar
0 votes
0 answers
114 views

MacOS Accessibility noValue error when accessing kAXFocusedUIElementAttribute

I am working on a MacOS app which uses accessibility API to detect text fields. I have done so far and I was preparing to launch my app. It works perfectly on my Mac. Then I decided to share the app ...
excE's user avatar
  • 100
0 votes
0 answers
26 views

JAWS 2024 Need to remove word "region" while getting region names

I am working in JAWS 2024, I have created documents regions with name "Question" and "Exhibit". While using shortcut key (insert+alt+r) it is showing the name like "Question ...
Himanshu Suyal's user avatar
0 votes
1 answer
134 views

Google Play rejection due to Accessibility API Policy: Missing prominent disclosure in Flutter app

I recently updated my Flutter app on the Google Play Store to include a Pin Live Score functionality. This feature uses the AccessibilityService API in conjunction with the flutter_overlay_window (...
Jaimis Domadiya's user avatar
2 votes
0 answers
245 views

Is it possible to use macOS Accessibility API features from a CLI or library?

I am working on an application that needs to leverages macOS Accessibility APIs to read the selected text in any application. I will call a Swift library from Rust via FFI. I am able to get a POC ...
ihales's user avatar
  • 31
1 vote
0 answers
116 views

Why am I unable to see any available accessibility actions on a AXUIElement in macOS?

I'm working on project that uses macOS accessibility APIs, but I can't seem to get even a simple example to work. I'm new to Swift and the macOS APIs and I'm struggling to see what I'm doing wrong. I ...
ihales's user avatar
  • 31
0 votes
0 answers
49 views

Access third party flutter app's widget attribute like Accessibility

I am using macOS and working with accessibility part. Generally, I can use macOS's Accessibility API to get all native app widget's attributes like role/position/size through the AXUIElement tree. Are ...
C.Qian's user avatar
  • 169
1 vote
1 answer
155 views

How to receive space/tab keyDown event when (new) Full Keyboard Access setting is enabled?

I am using a custom view class, which is a subclass of NSControl. This view is a key view and needs to handle keyDown event including space/tab key. But, when Full Keyboard Access is enabled at System ...
Daisuke K.'s user avatar
2 votes
1 answer
454 views

SEO help: Lists do not contain only <li> elements and script supporting elements (<script> and <template>)

Page Speed Insights is giving me the following error message for Accessibility: Lists do not contain only li elements and script supporting elements (script and template) Below are the code snippets ...
정용학's user avatar
0 votes
0 answers
398 views

Android - List of apps which are having Accessibility permissions

I have a list of apk paths and I want to deduce the names of all the apps which have Accessibility permissions. Can anyone suggest an approach to fetch the same? I am using the below sample code but ...
user2515165's user avatar
0 votes
0 answers
35 views

Exclude application from accessibility tools

Our software uses standard IAccessible interfaces and we can use tool INSPECT visualize all supported areas in our windows. Now we have a customer, that doesn't use any accessibility tools at all. But ...
xMRi's user avatar
  • 15.3k

15 30 50 per page
1
2 3 4 5
9