1. Component introduction
Prerequisite components: Open new web page or Get opened web page
Use this component to click a specific control on a web page in Chrome, Edge, or IE.
2. Inputs
For more information about each input, see the help text for the parameter in the component panel of the application flow editor.
3. Outputs
For more information about each output, see the help text for the parameter in the component panel of the application flow editor.
4. Component usage example
4.1. Example configuration
For Opened browser object, select
v_web_obj_1, which is the output of the Open new web page or Get opened web page component.Use the Capture control feature to capture the Baidu Search button on the Baidu page. Name the element "Baidu Search button".
For
Target control, select "Baidu Search button".For
Base position, select "Relative to control centroid".For
Horizontal movement direction, keep the default value "To the right".For
Move right distance (pixels), keep the default value 0.For
Vertical movement direction, keep the default value "Downward".For
Move down distance (pixels), keep the default value 0.For
Click type, keep the default value "Left-click".For
Simulate click, select "Yes".Keep the default values for the advanced options.
4.2. Example result
The component successfully clicks the Baidu Search button on the Baidu page in Chrome.
5. Example flow
Setup flow
Use the Open new web page component to open Baidu in Chrome.
Use the Fill input box (web page) component to enter "Alibaba Cloud RPA" into the search box.
Use the Click control (web page) component to click the "Baidu Search" button.
Result
The flow opens Baidu in Chrome and searches for "Alibaba Cloud RPA", as shown in the following figure.