Keyboard Class |
Namespace: Selenium
Dim instance As Keyboard
The Keyboard type exposes the following members.
Name | Description | |
---|---|---|
![]() | KeyDown |
Presses and holds modifier keys (Control, Alt and Shift).
|
![]() | KeyUp |
Release modifier keys (Control, Alt and Shift).
|
![]() | SendKeys |
Sends a sequence of key strokes to the active element.
|