1. Component introduction
Prerequisite components: Open new web page or Get opened web page
This component moves the mouse to a relative position on the screen or on a specific web page.
2. Input parameters
For more information about the input parameters, see the help text for each parameter in the application flow editor.
3. Output parameters
For more information about the output parameters, see the help text for each parameter in the application flow editor.
4. Component usage examples
4.1. Component configuration example
Set
Base positionto Relative to the top-left corner of the web page.For
Select web page, select v_web_obj_1, which is the output parameter from a prerequisite component such as Open new web page or Get opened web page.For
Distance to move right (pixels), enter 200.For
Distance to move down (pixels), enter 200.Keep the default values for the other options.
4.2. Example execution result
The component moves the mouse in the Chrome browser 200 pixels to the right and 200 pixels down from the top-left corner of the web page.
5. Example of building a flow
Setup flow
Use the Open new web page component to open Baidu in the Chrome browser.
Use the Move mouse (web page) component to set the base position, direction, and distance of the mouse movement.
Execution result
In the Chrome browser, the mouse moves 200 pixels to the right and 200 pixels down from the top-left corner of the web page.