Method uiimage.PostClickD
Overload
Posts mouse-double-click messages to the window, using coordinates in the found image.
public void PostClickD(Coord x = default, Coord y = default)
Parameters
|
x (Coord)
X coordinate in the found image. Default - center. Examples: |
|
y (Coord)
Y coordinate in the found image. Default - center. |
Exceptions
|
InvalidOperationException
area is |
|
AuException
Failed to get UI element rectangle (when searched in a UI element). |
Remarks
Does not move the mouse. Does not wait until the target application finishes processing the message. Works not with all elements.