Class representing the desktop input devices. Mouse and Keyboard.
Syntax| C# |
public class Desktop
Members| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
![]() | 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) | (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() | (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)




