Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ Clear
Method
Clear
dotnet/test/webdriver/WebElementWrapper.cs:43–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
public bool Displayed => WrappedElement.Displayed;
42
43
public void Clear()
44
{
45
WrappedElement.Clear();
46
}
47
48
public void Click()
49
{
Callers
15
WritableTextInputShouldClear
Method · 0.45
TextInputShouldNotClearWhenDisabled
Method · 0.45
TextInputShouldNotClearWhenReadOnly
Method · 0.45
WritableTextAreaShouldClear
Method · 0.45
TextAreaShouldNotClearWhenDisabled
Method · 0.45
TextAreaShouldNotClearWhenReadOnly
Method · 0.45
ContentEditableAreaShouldClear
Method · 0.45
ShouldBeAbleToClearInput
Method · 0.45
CanClearNumberInputAfterTypingInvalidInput
Method · 0.45
ShouldBeAbleToTypeIntoEmptyContentEditableElement
Method · 0.45
ShouldBeAbleToTypeIntoTinyMCE
Method · 0.45
ShouldNotSwitchMagicallyToTheTopWindow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected