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.
1 parent 907b219 commit 1b06b13Copy full SHA for 1b06b13
py/selenium/webdriver/remote/webelement.py
@@ -191,7 +191,7 @@ def is_enabled(self) -> bool:
191
"""Returns whether the element is enabled."""
192
return self._execute(Command.IS_ELEMENT_ENABLED)["value"]
193
194
- def send_keys(self, *value) -> None:
+ def send_keys(self, *value: str) -> None:
195
"""Simulates typing into the element.
196
197
:Args:
0 commit comments