studiox
2022.4
false
- Release Notes
- Getting Started
- Tutorials
- Automation Projects
- Creating Automations
- Automation Basics
- Object Repository
- Automation Best Practices
- Tutorial: Creating a Pivot Table
- Tutorial: Iterating Through Rows in a Table
- Tutorial: Comparing Excel Files and Emailing Reconciliation Errors
- Tutorial: Extracting Data From Automated Emails and Moving It to a Desktop Application
- Tutorial: Filtering Data in Excel
- Tutorial: Formatting Cells
- Tutorial: Adding Information About the Files in a Folder to an Excel File
- Tutorial: Adding Your Own Formulas to the Project Notebook
- PowerPoint Automation
- Data Automation
- Common Activities
- Google Workspace Automation
- OneDrive & SharePoint Automation
- Troubleshooting
Tutorial: Working With UI Automation
StudioX User Guide
Last updated Aug 7, 2024
Tutorial: Working With UI Automation
In this example, we will create an automation for the following tasks:
- Copy values from an Excel file.
- Paste the values to specific fields in a desktop application.
- Copy the transaction number from the desktop application.
- Paste the value to a cell in the Excel file.
- Click a button in the desktop application to submit the data.
- Display a confirmation message that contains the transaction number and the account number retrieved from the application.
We will create a project and start by adding a Use Excel File activity to indicate the Excel file to use. We will then add a Use Application/Browser that will contain the activities that interact with the application. At the end, we will add a Message Box activity to display the confirmation message.