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
About SAP WebGUI Automation
Studio User Guide
Last updated Nov 18, 2024
About SAP WebGUI Automation
Starting with UiPath.UIAutomation.Activities version 2023.4 and above, we introduce a new way of identification and automation of SAP elements of SAP WebGUI. This allows stable and reliable identification independent from the dynamical nature of the interface.
The entire range of activities from the UiPath.UIAutomation.Activities package can be used for SAP WebGUI automation. For some SAP specific controls, we are providing additional extended support. Learn more from the Supported SAP WebGUI Elements page.
SAP WebGUI uses the
proprietary SAP HTML framework to display its elements on the page. Selectors
generated for these elements are easy to recognize by
the
sapweb-
attributes in selectors.
A set of
sapweb
attributes allows stable and reliable identification of
display elements, like SAP WinGUI technical selectors.
A selector for an SAP
WebGUI element contains the
<webctrl>
tag, like other web UI
elements.
SAP WebGUI automations can be created on the following web browsers:
- Mozilla Firefox - requires the Extension for Firefox
- Google Chrome - requires the Extension for Chrome
- Microsoft New Edge Browser - requires the Extension for the New Edge Browser (Chromium)