MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / SendKeys

Method SendKeys

dotnet/test/webdriver/WebElementWrapper.cs:88–91  ·  view source on GitHub ↗
(string text)

Source from the content-addressed store, hash-verified

86 }
87
88 public void SendKeys(string text)
89 {
90 WrappedElement.SendKeys(text);
91 }
92
93 public void Submit()
94 {

Calls

no outgoing calls

Tested by

no test coverage detected