1. Introduction
Prerequisite component: Get window
This component pastes text into a text box in a program window. The program must be running on Windows.
2. Inputs
For information about the inputs, see the help text for each parameter in the component panel of the ROS Visual Editor.
3. Outputs
For information about the outputs, see the help text for each parameter in the component panel of the ROS Visual Editor.
4. Component usage examples
4.1. Component configuration example
Set
Window objectto v_win_obj_1, which is the output object of the prerequisite Get window component.Use the Capture control feature to capture a text box in the window. Name the control "Control 1".
Set
Input box controlto "Control 1".In the
Input contentfield, enter "Welcome to Alibaba Cloud RPA".Set
Input methodto "Overwrite".
4.2. Result
The component successfully pastes the text into the text box in the window.