ActionsSendKeys メソッド
要素へキー入力を送ります。

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

returnValue = instance.SendKeys(keys, 
	element)

パラメータ

keys
型: SystemString
Keys to send
element(省略可)
型: SeleniumWebElement
Element to Send keys. If None, Send keys to the current mouse position.

戻り値

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