Skip to content

Commit bb0868e

Browse files
authored
Merge pull request #1913 from vs-sap/patch-1
Remove unneeded 'send_' in docs
2 parents 038af54 + e8c1649 commit bb0868e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SeleniumLibrary/keywords/element.py

-1
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)