-
Notifications
You must be signed in to change notification settings - Fork 392
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
feat: support maxTypingFrequency in settings api #904
feat: support maxTypingFrequency in settings api #904
Conversation
Thanks @ppken |
Thank you for your confirmation! I signed CLA but the alerts from CLA don't disappear since the commit is not linked to my account. |
aff1304
to
06c8f70
Compare
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.
lgtm
@ppken please don't forget to also update https://github.com/appium/appium-xcuitest-driver/blob/master/docs/reference/settings.md after this PR is merged |
## [8.6.0](v8.5.7...v8.6.0) (2024-05-17) ### Features * support maxTypingFrequency in settings api ([#904](#904)) ([fa4776a](fa4776a))
🎉 This PR is included in version 8.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Currently,
maxTypingFrequency
is supported only in capability. So we can't update it during test execution.So, I added
maxTypingFrequency
setting to settings api to be able to update it at an arbitrary timing in a test execution.