Skip to content

Commit

Permalink
Merge pull request #1913 from vs-sap/patch-1
Browse files Browse the repository at this point in the history
Remove unneeded 'send_' in docs
  • Loading branch information
emanlove authored Oct 8, 2024
2 parents 038af54 + e8c1649 commit bb0868e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SeleniumLibrary/keywords/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,6 @@ def press_key(self, locator: Union[WebElement, str], key: str):
using the selenium send_keys method. Although one is not recommended
over the other if `Press Key` does not work we recommend trying
`Press Keys`.
send_
"""
if key.startswith("\\") and len(key) > 1:
key = self._map_ascii_key_code_to_key(int(key[1:]))
Expand Down

0 comments on commit bb0868e

Please sign in to comment.