Sends a sequence of keystrokes to the browser.
Namespace: OpenQA.Selenium.InteractionsAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- keysToSend
- Type:
System String
The keystrokes to send to the browser.
Return Value
A self-reference to this Actions.See Also