The ImageSetItem object contains the following methods:
Method List
Name | Description |
---|---|
CheckImage
|
Checks whether a UI element is currently displayed on a mobile device screen and posts the result to the test log. |
Click
|
Simulates a click of the left mouse button over the UI element. |
ClickM
|
Simulates a click of the middle mouse button over the UI element. |
ClickR
|
Simulates a click of the right mouse button over the UI element. |
DblClick
|
Simulates a double-click of the left mouse button over the UI element. |
DblClickM
|
Simulates a double-click of the middle mouse button over the UI element. |
DblClickR
|
Simulates a double-click of the right mouse button over the object. |
Drag
|
Simulates a dragging event performed with the left mouse button. |
DragM
|
Simulates a dragging event performed with the middle mouse button. |
DragR
|
Simulates a dragging event performed with the right mouse button. |
Exists
|
Checks whether a UI element is currently displayed within the specified area. |
FindPosition
|
Returns the rectangular area that corresponds to the UI element. |
HoverMouse
|
Simulates moving the mouse pointer to the specified position within a UI element. |
LongTouch
|
For mobile devices: Simulates a long touch event over the UI element or moves the element from one point to another. |
Touch
|
For mobile devices: Simulates a touch event over the UI element. |