MCPcopy 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 {

Calls

no outgoing calls

Tested by

no test coverage detected