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