Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand documentation on matching elements. #206

Open
wearhere opened this issue Jun 6, 2014 · 2 comments
Open

Expand documentation on matching elements. #206

wearhere opened this issue Jun 6, 2014 · 2 comments

Comments

@wearhere
Copy link
Contributor

wearhere commented Jun 6, 2014

Covering:

  • where do accessibility properties come from?
  • which accessibility properties are best to use?
  • how can I match elements whose labels I don't know till runtime? (i.e. to assert they exist)

Some of this information is already covered in the documentation of SLElement's constructors, but could still be pulled out into an overview on the wiki. See this comment.

@MaxGabriel
Copy link
Contributor

Working on this.

Some other things that probably are worth calling out:

  • Matching children views of particular view, when Ax parent #190 is merged
  • Unusual matching cases, like:
    • Matching UISegmentedControls or UISteppers (answer: match their individual buttons, with an explanation of how to set accessibility properties for those controls)
    • Matching elements in a webview (answer: use alt text)
  • Remote View Controllers (answer: suspect this isn't possible; not sure)
  • Accessibility Containers

@wearhere
Copy link
Contributor Author

👍!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants