Extension of UIA capabilities (support for more controls) #10143
Labels
area-accessibility
area-focus
enhancement
help-wanted
A contribution from the community would be most welcome.
Is your feature request related to a problem? Please describe.
With #5177 a MVP has been added to support UIA.
Are there any plans to drive this any further in the forseeable future? I was playing around with it a little today and realized that even basic controls like
Label
(which should be very similar to TextBlock) are missing right now.Another control that would be really intereseting for automated testing is the DataGrid. This is probably our main focus when testing applications and checking whether displayed data is as expected.
Describe the solution you'd like
I'd love to see more controls supported.
Describe alternatives you've considered
There is obviously completely different approaches to test the UI as described in https://dev.to/ingvarx/how-to-automate-ui-testing-in-avaloniaui-app-4an4 , but we'd really like to stick to our existing toolset (Ranorex in this case) to implement our tests.
The text was updated successfully, but these errors were encountered: