Actions KeyUp Method (String)WebDriver
Sends a modifier key up message to the browser.

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

public Actions KeyUp(
	string theKey
)

Return Value

A self-reference to this Actions.
Exceptions

See Also