KeyboardSendKeys メソッド
Sends a sequence of key strokes to the active element.

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

returnValue = instance.SendKeys(keysOrModifiers, 
	keys)

パラメータ

keysOrModifiers
型: SystemString
Modifier keys (Ctrl, Shit or Alt) or keys
keys(省略可)
型: SystemString
Keys

戻り値

型: Keyboard
自分自身(メソッドチェーン用)
参照