Skip to content

Commit e8c1649

Browse files
authored
Remove unneeded 'send_' in docs
1 parent f74ea79 commit e8c1649

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SeleniumLibrary/keywords/element.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,6 @@ def press_key(self, locator: Union[WebElement, str], key: str):
923923
using the selenium send_keys method. Although one is not recommended
924924
over the other if `Press Key` does not work we recommend trying
925925
`Press Keys`.
926-
send_
927926
"""
928927
if key.startswith("\\") and len(key) > 1:
929928
key = self._map_ascii_key_code_to_key(int(key[1:]))

0 commit comments

Comments
 (0)