-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[java] Fix Unicode value for OPTION key in Keys enum #15966
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
[java] Fix Unicode value for OPTION key in Keys enum #15966
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
Co-authored-by: Swastik Baranwal <[email protected]>
User description
🔗 Related Issues
fixes #15945 also fixes #15910
💥 What does this PR do?
Option key code fixed according to specification https://w3c.github.io/webdriver/#keyboard-actions
🔧 Implementation Notes
This pull request includes a small change to the
Keysenum in theKeys.javafile. The change updates the Unicode value for theOPTIONkey to align with the WebDriver specification.🔄 Types of changes
PR Type
Bug fix
Description
Fix Unicode value for OPTION key in Keys enum
Update from '\uE050' to '\uE052' to align with WebDriver specification
Resolves macOS keyboard action compatibility issues
Changes walkthrough 📝
Keys.java
Fix OPTION key Unicode valuejava/src/org/openqa/selenium/Keys.java