send_mouse_click
send_mouse_click($dx=1,$dy=1); - emulate a mouse click at the event 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 of the upper-left corner of the element
After testing, the function returns the result of its work to the script (the return value type is boolean):
true – completed successfullyfalse – it was not possible to find such an element (for example, there are no elements that meet the specified criteria or there is no such frame)