Testing on MacOs #611
|
Hi, I am developing on Mac and i have basic support working. But it is not as nice as some of the Apps developed by Apple, so i wanted to find a way to improve it. Apple has a tool for debugging accessability: https://developer.apple.com/documentation/accessibility/accessibility-inspector Does anyone have experience using this tool? |
Replies: 2 comments 3 replies
|
|
Hi, I personally was never able to efficiently use Accessibility Inspector, so I instead rely on a Python library called pyatom to reverse engineer Apple's accessibility model. Still, we know that we are still missing stuff such as how to report the selected state of items in a list. Any help would be appreciated, as Apple's documentation on the NS Accessibility protocol is very thin. |
#465 (comment)