ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Desktop class
Class representing the desktop input devices. Mouse and Keyboard.
Syntax
C#
public class Desktop
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
DesktopNew()
Create a new desktop object
DisableAutoDomRefresh()
Disables auto dom refresh for Mouse/Keyboard actions
EnableAutoDomRefresh(Browser)
Enables the Desktop Mouse/Keyboard objects to perform auto dom refreshes after Click/DragDrop/SendKey actions.
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.)
KeyBoard
Gets the keyboard object that enables simulating real keyboard events.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Mouse
Gets the mouse object that enables simulating real mouse events.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
ValidateMouseActionsWithinBrowserContent
Gets/Sets whether to validate all mouse actions to ensure they are within the browser's content window. If this is set to true, any mouse action outside that region will throw an exception.
Inheritance Hierarchy
Object
Desktop

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