mouse_move
mouse_move($dx=1,$dy=1,$time=0,$tremble=0); - emulate moving the mouse at the iron level relative to the upper-left corner of the element
The function accepts parameters as input:
$dx – offset on the X axis relative to the upper – left corner of the element$dy - offset on the Y axis relative to the upper – left corner of the element$time - the time for which the mouse moves (in seconds)$tremble – the amplitude jitter of the mouse (random deviation from travel in a straight line)
After 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)