WebElementClear Method
Clears the text if it’s a text entry element.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As WebElement
Dim returnValue As WebElement

returnValue = instance.Clear()

Return Value

Type: WebElement

[Missing <returns> documentation for "M:Selenium.WebElement.Clear"]

See Also