Native support for UIA patterns #6736
Unanswered
IrinaPykhova
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Can you please elaborate what exactly you're trying to accomplish? Windows Forms controls support a number of UIA patterns, including but not limited to:
More information is available in |
Beta Was this translation helpful? Give feedback.
3 replies
-
@RussKie as Denis described, we want to have some level of embeded support for it in WinForms, similar to what MS did in WPF where you can inherit from existent AutomationPeer class and extend it. Implementing everything from scratch for every single thing is complicated and error prone |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
a lot of people are trying to automate UI testing. So, we often get requests about automation support from our customers. Currently, in WinForms it is very tricky to support and we haven't found any good documentation about that.
As a third-party vendor, we'd like WinForms to have some level of native support for UI Automation, similar to WPF implementation: https://docs.microsoft.com/en-us/dotnet/api/system.windows.automation.peers.frameworkelementautomationpeer?view=windowsdesktop-6.0
I think, it might improve automation support for Microsoft controls as well
Beta Was this translation helpful? Give feedback.
All reactions