Click or drag to resize
Tesco SW, a.s.

StableWebElementClear Method

Clears the content of this element.

Namespace:  TescoSW.MW.UITests.Common.PageModel
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public void Clear()

Implements

IWebElement.Clear
Exceptions
ExceptionCondition
StaleElementReferenceExceptionThrown when the target element is no longer valid in the document DOM.
Remarks
If this element is a text entry element, the Clear method will clear the value. It has no effect on other elements. Text entry elements are defined as elements with INPUT or TEXTAREA tags.
See Also