UtilsSendKeysNat Method
Sends keystrokes to the active application using the windows SendKeys methode.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Utils
Dim keys As String

instance.SendKeysNat(keys)

Parameters

keys
Type: SystemString
The string of keystrokes to Send.
See Also