An NDoc Documented Class Library

DefaultSelenium.KeyUp Method 

Simulates a user releasing a key.

public void KeyUp(
   string locator,
   string keycode
);

Parameters

locator
an element locator
keycode
the numeric keycode of the key to be released, normally the ASCII value of that key.

Implements

ISelenium.KeyUp

See Also

DefaultSelenium Class | Selenium Namespace