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.
kind
WheelInput
1 parent 00d8c8d commit b618549Copy full SHA for b618549
1 file changed
py/selenium/webdriver/common/actions/action_builder.py
@@ -73,8 +73,8 @@ def add_pointer_input(self, kind, name) -> PointerInput:
73
self._add_input(new_input)
74
return new_input
75
76
- def add_wheel_input(self, kind, name) -> WheelInput:
77
- new_input = WheelInput(kind, name)
+ def add_wheel_input(self, name) -> WheelInput:
+ new_input = WheelInput(name)
78
79
80
0 commit comments