You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
Covering:
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.The text was updated successfully, but these errors were encountered: