Move mouse (web page)

更新时间:
复制 MD 格式

1. Component introduction

Note

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

Note

For more information about the input parameters, see the help text for each parameter in the application flow editor.

3. Output parameters

Note

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

  1. Set Base position to Relative to the top-left corner of the web page.

  2. 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.

  3. For Distance to move right (pixels), enter 200.

  4. For Distance to move down (pixels), enter 200.

  5. 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

  1. Use the Open new web page component to open Baidu in the Chrome browser.

  2. 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.