要素へキー入力を送ります。
名前空間: Seleniumアセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文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自分自身(メソッドチェーン用)
参照