Actions KeyDown Method (IWebElement, String)WebDriver
Sends a modifier key down message 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 KeyDown(
	IWebElement element,
	string theKey
)

Return Value

A self-reference to this Actions.
Exceptions

See Also