ActionsKeyUp Method
Releases a modifier key.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Actions
Dim modifierKey As String
Dim returnValue As Actions

returnValue = instance.KeyUp(modifierKey)

Parameters

modifierKey
Type: SystemString
The modifier key to Send. Values are defined in Keys class.

Return Value

Type: Actions
Self
See Also