-
-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add custom automation peer for various controls #647
Comments
#768 for reference |
I'm using UIAutomation for regression testing, for this I need access to the toggle state of a ToggleButton. With version 7.1 there is no Button-Interface with TogglePattern anymore. The only interface exposed to UIA is the DataItem with an Image. I don't know the correct way, if there should be a Button beside the Image below the DataItem, or if DataItem should expose a TogglePattern. |
That's of course not the intended behavior. |
@dipts should be fixed in the latest CI-build |
@batzen Works perfectly now. Thank you very much! |
If you find any more issues please report them. As I don't have any disabilities and don't rely on automation peers for ui tests (wrote my own custom framework) it's quite difficult to get everything right. |
The following controls should provide a custom automation peer:
The text was updated successfully, but these errors were encountered: