Skip to content

Commit

Permalink
Support for ControlOrMeta KeyboardModifier
Browse files Browse the repository at this point in the history
Fixes #3968
  • Loading branch information
aaltat committed Feb 19, 2025
1 parent 5823d48 commit eb5696a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Browser/utils/data_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ class KeyboardModifier(Enum):

Alt = auto()
Control = auto()
ControlOrMeta = auto()
Meta = auto()
Shift = auto()

Expand Down
1 change: 1 addition & 0 deletions atest/test/02_Content_Keywords/click_with_options.robot
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Click With All Modifier
... left
... Alt
... Control
... ControlOrMeta
... Meta
... Shift
Get Text \#mouse_button == left
Expand Down

0 comments on commit eb5696a

Please sign in to comment.