Desktop Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Class representing the desktop input devices. Mouse and Keyboard.
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.CoreDesktop

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public class Desktop : IDisposable

The Desktop type exposes the following members.

Constructors

  NameDescription
Public methodDesktop
Create a new desktop object
Top
Properties

  NameDescription
Public propertyAnnotator
Annotator that draws on the desktop
Public propertyKeyBoard
Gets the keyboard object that enables simulating real keyboard events.
Public propertyMouse
Gets the mouse object that enables simulating real mouse events.
Public propertyValidateMouseActionsWithinBrowserContent
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.
Top
Methods

  NameDescription
Public methodDisableAutoDomRefresh
Disables auto dom refresh for Mouse/Keyboard actions
Public methodDispose
Releases all resources used by the Desktop
Public methodEnableAutoDomRefresh
Enables the Desktop Mouse/Keyboard objects to perform auto dom refreshes after Click/DragDrop/SendKey actions.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference