The command to clear the input of the current element.
Element.clear() -> Element
py.get("input").clear()
None
Element - The current Element that was cleared so you can chain commands.
Last updated 3 years ago