send_mouse_right_down
send_mouse_right_down($dx=1,$dy=1); - emulate right-click on the message level relative to the upper-left corner of the element ( available from 4.6.29 )
The function accepts parameters as input:
$dx – X-axis Offset of the upper-left corner of the element$dy – Y-axis offset relative to the upper-left corner of the
elementAfter the function returns the result of their work in the script (the return value type is boolean):
true – executed successfullyfalse to find this element failed (e.g. no items that meet the specified criteria or not this frame)