meta_click
meta_click($wait_browser=true); - focuses on the element, then places the mouse at random coordinates of the element and clicks. Available from version 4.10.10
The function accepts parameters as input:
$wait_browser – check and wait for navigation to finish (available from version 7.0.21)
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)