IKeyboard SendKeys Method WebDriver
Sends a sequence of keystrokes to the target.

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

void SendKeys(
	string keySequence
)

Parameters

keySequence
Type: OnlineSystem String
A string representing the keystrokes to send.
See Also