clear

The command to clear the input of the current element.

Syntax

Element.clear() -> Element

Usage

correct usage
py.get("input").clear()

Arguments

  • None

Yields

  • Element - The current Element that was cleared so you can chain commands.

Last updated