RemoteWebElement SendKeys Method WebDriver
Simulates typing text into the element.

Namespace: OpenQA.Selenium.Remote
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public void SendKeys(
	string text
)

Implements

IWebElement SendKeys(String)
Exceptions

Remarks

The text to be typed may include special characters like arrow keys, backspaces, function keys, and so on. Valid special keys are defined in Keys.
See Also