Skip to content

Commit 38bf77a

Browse files
committed
Fix macOS key mapping for Options key to match correct value
1 parent b94051f commit 38bf77a

File tree

1 file changed

+1
-1
lines changed
  • rb/lib/selenium/webdriver/common

1 file changed

+1
-1
lines changed

rb/lib/selenium/webdriver/common/keys.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module Keys
9595
right_control: "\ue051",
9696
right_alt: "\ue052",
9797
right_meta: "\ue053",
98-
options: "\ue050", # macOS Options key, same as right_shift
98+
options: "\ue052",
9999
function: "\ue051", # macOS Function key, same as right_control
100100
numpad_page_up: "\ue054",
101101
numpad_page_down: "\ue055",

0 commit comments

Comments
 (0)