Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
Callers
15
ShouldBeAbleToSendFileToRemoteServer
Method · 0.45
ShouldBeAbleToExecuteAsynchronousScripts
Method · 0.45
ShouldFireKeyPressEvents
Method · 0.45
ShouldFireKeyDownEvents
Method · 0.45
ShouldFireKeyUpEvents
Method · 0.45
ShouldTypeLowerCaseLetters
Method · 0.45
ShouldBeAbleToTypeCapitalLetters
Method · 0.45
ShouldBeAbleToTypeQuoteMarks
Method · 0.45
ShouldBeAbleToTypeTheAtCharacter
Method · 0.45
ShouldBeAbleToMixUpperAndLowerCaseLetters
Method · 0.45
ArrowKeysShouldNotBePrintable
Method · 0.45
ShouldBeAbleToUseArrowKeys
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected