1. Component introduction
Prerequisites: None
Use this component to retrieve the window of a running program on Windows.
2. Input parameters
For more information about each input parameter, see the help information in the component panel of the visual editor.
3. Output parameters
For more information about each output parameter, see the help information in the component panel of the visual editor.
4. Examples
4.1. Example configuration
For
Window, enter the name of the window to retrieve.Set
Window Match Patternto "Contains Match".Process Nameis optional and defaults to empty.Window Class Nameis optional and defaults to empty.
If you do not know the window name, capture any control within the target window. Then, check the first tab of the control editor. The `title`, `class`, and `app` values correspond to the window name, window class name, and process name.

4.2. Example execution result
The window is retrieved.
5. Example flow
Setup workflow
Create and open a text document named "New Text Document-Window Example".
Use the Get Window component to retrieve the "New Text Document-Window Example" window.
Use the Fill in Text Box (Window) component to enter "Welcome to Alibaba Cloud Robotic Process Automation (RPA)" in the text box.

Result
As shown in the figure, the flow enters "Welcome to Alibaba Cloud RPA" into the text document.