appium / WebDriverAgent

A WebDriver server for iOS and tvOS
Other
1.23k stars 389 forks source link

fix: Pass-through modifier keys #918

Closed mykola-mokhnach closed 4 months ago

mykola-mokhnach commented 4 months ago

The W3C actions spec defines the range of modifier keys that must be specially parsed, although iOS does not seem to support entering keys with modifiers (or at least I cannot find a way to make it work). Thus it makes sense to just pass these unicode chars through.

Addresses https://github.com/appium/appium/issues/17734

github-actions[bot] commented 4 months ago

:tada: This issue has been resolved in version 8.7.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: