ActionsSendKeys Method
Sends keys to an element.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Actions
Dim keys As String
Dim element As WebElement
Dim returnValue As Actions

returnValue = instance.SendKeys(keys, 
	element)

Parameters

keys
Type: SystemString
Keys to send
element (Optional)
Type: SeleniumWebElement
Element to Send keys. If None, Send keys to the current mouse position.

Return Value

Type: Actions
Self
See Also