Sends a sequence of key strokes to the active element.
名前空間: Seleniumアセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文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自分自身(メソッドチェーン用)
参照