I have a question about accessibility in compose. Why test tag are link with the semantics ? Using test tags for automated tests and accessibility in the same time it's not easy especially with clearAndSetSemantics method. (1/2)
I have a question about accessibility in compose. Why test tag are link with the semantics ? Using test tags for automated tests and accessibility in the same time it's not easy especially with clearAndSetSemantics method. (1/2)
#inkdrawing
#inkdrawing
I have a question about accessibility in compose. We use testTag for ui automation testing and recently we had to add semantics for accessibility with clearAndSetSemantics method. As the testTag is handled by the same object, it erases it if there is testTag in subcomponent.
I have a question about accessibility in compose. We use testTag for ui automation testing and recently we had to add semantics for accessibility with clearAndSetSemantics method. As the testTag is handled by the same object, it erases it if there is testTag in subcomponent.