白皮书下载
Move mouse
1、 Video example
To be launched.
2、 Function description
Obtain the coordinate point of the mouse on the screen, and then move the mouse to the specified coordinate point for the next operation. Set the X and Y coordinates of the target point and move the mouse to the specified coordinate position.
3、 Attribute description
●Coordinate relative position— If "upper left corner of screen" is selected, the obtained coordinates are relative to the upper left corner of the whole screen. If "upper left corner of active window" is selected, the obtained coordinate position is the position of the upper left corner of the current active window.
●Get coordinates— Obtain the coordinates [x, y] of the mouse on the screen, or enter them manually (pay attention to the resolution of the device. If the coordinate position exceeds the screen boundary value, the mouse will move the screen edge position).
4、 Use example
1. Execution logic
Open the web page, move the mouse to the specified position, then click with the left mouse button, and finally enter text.





