Description
Controls like Border or ContentView that have AutomationId are not visible in the AccessibilityTree.
Therefore they are not located by any UI Automation framework like Appium.
Steps to Reproduce
- Run the project from here: https://github.com/GeorgeDarakchiev/ReproProjects/tree/main/AutomationIdRepro/AutomationIdRepro
- Use any accessibility tool of your liking (like UI Verify) in order to inspect the tree.
- Notice that the Border and the ContentView from the project are not present in the tree.
Version with bug
Unknown/Other (please specify)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
All
Did you find any workaround?
As a workaround SemanticProperties.Description can be set, but this leads to issues on iOS.
Relevant log output
No response
Description
Controls like Border or ContentView that have AutomationId are not visible in the AccessibilityTree.
Therefore they are not located by any UI Automation framework like Appium.
Steps to Reproduce
Version with bug
Unknown/Other (please specify)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
All
Did you find any workaround?
As a workaround SemanticProperties.Description can be set, but this leads to issues on iOS.
Relevant log output
No response