-
-
Notifications
You must be signed in to change notification settings - Fork 424
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: Add 'mobile: keys' extension #2156
Conversation
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.
with the appium/WebDriverAgent#798 patched version, it looks good to me
thanks for checking it. Let me wait until WDA patch is published and I'll add it into this PR before publishing it. |
👍 |
…uitest-driver into keys # Conflicts: # package-lock.json
## [5.8.0](v5.7.0...v5.8.0) (2023-10-30) ### Features * Add 'mobile: keys' extension ([#2156](#2156)) ([db39d66](db39d66))
🎉 This PR is included in version 5.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
should we make this the default implementation also for send keys for ios 17+?
no we should not because:
|
Right, unicode chars did/do not work at least. Key typing speed is also slower than existing send_keys (in my local real device testing) |
Based on appium/WebDriverAgent#797