accessibility-inspector

Accessibility Identifier not visible in Accessibility Inspector with iOS Simulator

自作多情 提交于 2019-12-12 07:56:46
问题 I wanted to use the Accessibility Inspector to verify all the accessibility identifiers in my app running in the simulator (iOS 9.2). Accessibility Inspector is able to return multiple accessibility fields but not the identifiers. Any idea why and how I could see them ? 回答1: You will never be able to (without changes from Apple) see this property in Accessibility Inspector, because it isn't really used for accessibility. That it is associated with accessibility is a misnomer, related to

Accessibility Identifier not visible in Accessibility Inspector with iOS Simulator

痴心易碎 提交于 2019-12-03 13:09:36
I wanted to use the Accessibility Inspector to verify all the accessibility identifiers in my app running in the simulator (iOS 9.2). Accessibility Inspector is able to return multiple accessibility fields but not the identifiers. Any idea why and how I could see them ? You will never be able to (without changes from Apple) see this property in Accessibility Inspector, because it isn't really used for accessibility. That it is associated with accessibility is a misnomer, related to accessibility API's generic value in identifying elements for automated testing using UI Automation, because