We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94051f commit 38bf77aCopy full SHA for 38bf77a
rb/lib/selenium/webdriver/common/keys.rb
@@ -95,7 +95,7 @@ module Keys
95
right_control: "\ue051",
96
right_alt: "\ue052",
97
right_meta: "\ue053",
98
- options: "\ue050", # macOS Options key, same as right_shift
+ options: "\ue052",
99
function: "\ue051", # macOS Function key, same as right_control
100
numpad_page_up: "\ue054",
101
numpad_page_down: "\ue055",
0 commit comments