Are QA team is using Appium Inspector. When inspe...
# multiplatform
s
Are QA team is using Appium Inspector. When inspecting the iOS version we’re noticing a card that is clickable being one level of accessibility content and the android behaving correctly with a sub level. The sublevel in this case is title and description. top level is a “menu option to do the one thing”. whats the equivalent way of saying
accessibilityChildren{ Text("description for the children")}
in compose multiplatform or
accessibilityElement(children: .contain)
those are both iOS accessibility functions