Skip to content

Commit

Permalink
Merge f1c7a38 into f9ff9b3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle authored Jan 23, 2024
2 parents f9ff9b3 + f1c7a38 commit 4b749fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/remote/webelement.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def click(self) -> None:
"""Clicks the element."""
self._execute(Command.CLICK_ELEMENT)

def submit(self):
def submit(self) -> None:
"""Submits a form."""
script = (
"/* submitForm */var form = arguments[0];\n"
Expand Down

0 comments on commit 4b749fb

Please sign in to comment.