IDesktop Interface |
Namespace: SmartBear.TestLeft.TestObjects
The IDesktop type exposes the following members.
| Name | Description | |
|---|---|---|
| Height |
Returns the height of the desktop.
| |
| MouseX |
Gets or sets the horizontal position of the mouse pointer.
| |
| MouseY |
Gets or sets the vertical position of the mouse pointer.
| |
| Width |
Returns the width of the desktop.
|
| Name | Description | |
|---|---|---|
| CallMethodT(String, Object) |
Invokes the specified method and returns the result.
(Inherited from IObject.) | |
| CastT |
Casts the interface to an interface of another type.
(Inherited from IObject.) | |
| GetPropertyT |
Returns the value of the specified property.
(Inherited from IObject.) | |
| Keys |
Simulates keyboard input to a window or control that is currently active on the Windows desktop.
| |
| ObjectFromPoint(Int32, Int32) |
Returns the visual object that contains the pixel with the specified coordinates.
| |
| ObjectFromPoint(Int32, Int32, Boolean) |
Returns the visual object that contains the pixel with the specified coordinates.
| |
| Picture |
Captures the image of the object.
(Inherited from IVisualObject.) | |
| Picture(Int32, Int32, Int32, Int32, Boolean) |
Captures the image of the specified rectangular area of the object.
(Inherited from IVisualObject.) | |
| SetProperty |
Sets a value for the specified property.
(Inherited from IObject.) |