Sends keystrokes to the active application using the windows SendKeys methode.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As Utils
Dim keys As String
instance.SendKeysNat(keys)
Parameters
- keys
- Type: SystemString
The string of keystrokes to Send.
See Also