studio
2023.4
false
- Release Notes
- Getting Started
- Setup and Configuration
- Automation Projects
- Dependencies
- Types of Workflows
- File Comparison
- Automation Best Practices
- Source Control Integration
- Debugging
- The Diagnostic Tool
- Variables
- Arguments
- Imported Namespaces
- Trigger-based Attended Automation
- Recording
- UI Elements
- Control Flow
- Selectors
- Object Repository
- Data Scraping
- Image and Text Automation
- Citrix Technologies Automation
- RDP Automation
- Salesforce Automation
- SAP Automation
- VMware Horizon Automation
- Logging
- The ScreenScrapeJavaSupport Tool
- The WebDriver Protocol
- Test Suite - Studio
- Extensions
- Troubleshooting
- About troubleshooting
- Microsoft App-V support and limitations
- Internet Explorer X64 troubleshooting
- Microsoft Office issues
- Identifying UI elements in PDF with Accessibility options
- Repairing Active Accessibility support
- Automating Applications Running Under a Different Windows User
- Validation of large Windows-legacy projects takes longer than expected
Supported SAP WebGUI Elements
Studio User Guide
Last updated Nov 18, 2024
Supported SAP WebGUI Elements
The SAP interfaces contain a variety of specific controls with which you can interact, as
exemplified in this page.
Note: You can use the entire range of
activities from the UiPath.UiAutoamtion.Activities package to create your
automation projects.
Represents any button found in the SAP WebGUI windows. There are several types, each defined by a particular element:
Icons
Icons are interactive buttons which do not display text labels.
Push Buttons
A push button is a simple UI element which gives you direct access to a command in
the application.
Radio Buttons
Radio buttons present a set of options. There are at least two radio buttons in a
list, and you can only select one.
You can use the Click (both Hardware Events and Simulate), Get Text or Get Attribute (modern and classic) activities to interact with buttons.
Represents a specialized field which accepts user input.
You can use the Type Into activity to interact with input fields.
Dropdown lists allow you to select items from predefined lists.
You can use the Select Item activity to interact with list items.
Checkbox elements represent a list of multiple choices. One, more, or no options can
be selected.
You can use the Click activity to interact with checkboxes.