Keyboard クラス
修飾キー付きのキー送信など、キーボード操作をエミュレートするためのクラスです(通常は Actions と併用します)。
継承階層
SystemObject
  SeleniumKeyboard

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As Keyboard

Keyboard には次のメンバーが定義されています。

メソッド
  名前説明
公開メソッド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.
ページ先頭
プロパティ
  名前説明
公開プロパティKeys
Returns a list of pressable keys.
ページ先頭
参照