ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure
KeyBoard Class
NamespacesArtOfTest.WebAii.Win32KeyBoard
Keyboard events class.
Declaration Syntax
C#Visual BasicVisual Basic Usage
public class KeyBoard
Public Class KeyBoard
Dim instance As KeyBoard
Members
All MembersConstructorsMethods



IconMemberDescription
KeyBoard(Desktop)
Create a new keyboard object.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
KeyDown(Keys)
Simulates a key down. (Press-Hold)

KeyPress(Keys)
Simulates a keyboard key press (down/up).

KeyPress(Keys, Int32)
Simulates a keyboard key press with a hold delay.

KeyUp(Keys)
Simulates a key up. (Key-Release)

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
SendString(String)
Sends a string to the active application using SendKeys

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TypeText(String, Int32)
Types text one character at a time with a specific type speed. This function does not support special keywords (i.e {TAB}, {SPACE}) or special characters like ^,+..etc. to simulate special keys use SendString if you want to send special characters like Ctrl/Shift..etc.

Inheritance Hierarchy
Object
KeyBoard

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii) Version: 1.1.900.0 (1.1.900.0)