-
Notifications
You must be signed in to change notification settings - Fork 0
Initial proposal for accessibility identifiers #4
base: master
Are you sure you want to change the base?
Conversation
|
As I mentioned earlier I like the idea. But in automated tests, we need to access various UIViews, which are not tracked. How would we handle accessibility identifiers for them? |
We would need to add identifiers for untracked UIViews. If we use ReportingEvents as the base, they would likely end up being UIEvents that do not get sent to UCR, but do have values for adding accessibility identifiers. |
|
My main concerns here are:
|
Not sure if it's good idea considering the fact that we are aiming towards generated reporting constants/events from spec. Also there is probably no need to store accessibility identifiers in some centralized place. |
We could, but the structure and functional implementation of a separate format will strongly resemble what we currently already use for reporting, so it's creating additional work to recreate a very similar result. |
I asked where to propose this. Apparently, this is the best location for now.
Accessibility identifiers will be used for more than testing, eventually. This idea leverages the work we've already put into creating identifiers that we currently use for reporting controls and screens. |
No description provided.