mouseMove

abstract suspend fun mouseMove()

Moves the mouse to the center of the element and simulates a mouse click.

This method retrieves the position of the element, moves the mouse to that position, and dispatches mouse events to simulate a click.