Actions SendKeys Method (IWebElement, String)WebDriver
Sends a sequence of keystrokes to the specified element in the browser.

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

public Actions SendKeys(
	IWebElement element,
	string keysToSend
)

Return Value

A self-reference to this Actions.
See Also