MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / clear

Method clear

java/src/org/openqa/selenium/WebElement.java:79–79  ·  view source on GitHub ↗

If this element is a form entry element, this will reset its value. See W3C WebDriver specification and HTML specification for more details.

()

Source from the content-addressed store, hash-verified

77 * for more details.
78 */
79 void clear();
80
81 /**
82 * Get the tag name of this element. <b>Not</b> the value of the name attribute: will return

Implementers 2

RemoteWebElementjava/src/org/openqa/selenium/remote/Re
WrappedWebElementjava/test/org/openqa/selenium/WrappedW

Calls

no outgoing calls