-
Notifications
You must be signed in to change notification settings - Fork 74
fix: Implement setting values on macOS #615
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
base: main
Are you sure you want to change the base?
Conversation
i though i saw somewhere in the Apple documentation that this method would only accept |
This was my conclusion too.
This would be appreciated, if you don't mind. |
this should do it. required temporarily backporting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Were you able to test setting a numeric value on a slider for instance.
The backporting is indeed annoying, I hope we can get rid of it soon.
yes. using the Accessibility Inspector, when the node has a numeric value, |
Thanks @httnn, CI is reporting formatting issues. Please run After that it will be good to merge. |
should be formatted now! |
@httnn Thank you for this contribution. In |
this wasn't previously implemented apparently because VoiceOver doesn't support it directly. however, there are other tools (like the Accessibility Inspector) that are able to set values so i think it's useful for at least building UI automations.
tested manually and confirmed to work!
fixes #612