The Desktop type exposes the following members.

Constructors

  NameDescription
Desktop
Create a new desktop object

Methods

  NameDescription
DisableAutoDomRefresh
Disables auto dom refresh for Mouse/Keyboard actions
EnableAutoDomRefresh
Enables the Desktop Mouse/Keyboard objects to perform auto dom refreshes after Click/DragDrop/SendKey actions.
Equals
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.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
KeyBoard
Gets the keyboard object that enables simulating real keyboard events.
Mouse
Gets the mouse object that enables simulating real mouse events.
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.

See Also