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.
builtin
1 parent fed9371 commit 39ceed7Copy full SHA for 39ceed7
py/selenium/webdriver/common/actions/action_builder.py
@@ -94,5 +94,5 @@ def clear_actions(self) -> None:
94
"""Clears actions that are already stored on the remote end."""
95
self.driver.execute(Command.W3C_CLEAR_ACTIONS)
96
97
- def _add_input(self, input) -> None:
98
- self.devices.append(input)
+ def _add_input(self, new_input) -> None:
+ self.devices.append(new_input)
0 commit comments