Skip to content

Commit 76b8ca3

Browse files
added var input_source
1 parent 0318141 commit 76b8ca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/selenium/webdriver/common/actions/key_actions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class KeyActions(Interaction):
2828
def __init__(self, source: KeyInput | PointerInput | WheelInput | None = None) -> None:
2929
if source is None:
3030
source = KeyInput(KEY)
31+
self.input_source = source
3132
super().__init__(source)
3233

3334
def key_down(self, letter: str) -> KeyActions:

0 commit comments

Comments
 (0)