Skip to content
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

Merged
merged 5 commits into from
Oct 30, 2023
Merged

Conversation

mykola-mokhnach
Copy link
Contributor

lib/commands/keyboard.js Outdated Show resolved Hide resolved
Copy link
Member

@KazuCocoa KazuCocoa left a 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

@mykola-mokhnach
Copy link
Contributor Author

thanks for checking it. Let me wait until WDA patch is published and I'll add it into this PR before publishing it.

@KazuCocoa
Copy link
Member

👍
WDA is now 5.12.2, my pr for this pr was in 5.12.1

@mykola-mokhnach mykola-mokhnach merged commit db39d66 into appium:master Oct 30, 2023
15 checks passed
github-actions bot pushed a commit that referenced this pull request Oct 30, 2023
## [5.8.0](v5.7.0...v5.8.0) (2023-10-30)

### Features

* Add 'mobile: keys' extension ([#2156](#2156)) ([db39d66](db39d66))
@github-actions
Copy link
Contributor

🎉 This PR is included in version 5.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link
Member

@jlipps jlipps left a 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+?

@mykola-mokhnach
Copy link
Contributor Author

should we make this the default implementation also for send keys for ios 17+?

no we should not because:

  • This API only works on iPad 17+ (iPhones excluded)
  • This API literally emulates key presses. It won't work for arbitrary strings

@KazuCocoa
Copy link
Member

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants