https://github.com/imbus/robotframework-robosapiens
Fully localized Robot Framework library for automating the SAP GUI using text locators
https://github.com/imbus/robotframework-robosapiens
gui-automation gui-testing robotframework
Last synced: 4 months ago
JSON representation
Fully localized Robot Framework library for automating the SAP GUI using text locators
- Host: GitHub
- URL: https://github.com/imbus/robotframework-robosapiens
- Owner: imbus
- License: apache-2.0
- Created: 2022-07-06T16:40:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T19:51:11.000Z (about 1 year ago)
- Last Synced: 2024-04-14T05:14:03.584Z (about 1 year ago)
- Topics: gui-automation, gui-testing, robotframework
- Language: Python
- Homepage: https://imbus.github.io/robotframework-robosapiens/
- Size: 1.81 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-robotframework - RoboSAPiens
README
# RoboSAPiens: SAP GUI Automation for Humans

[](https://pepy.tech/project/robotframework-robosapiens)
[](https://pepy.tech/project/robotframework-robosapiens)

## Users
**[Documentation: Importing, Keywords](https://imbus.github.io/robotframework-robosapiens/)**
### Requirements
- Scripting must be enabled both [in the Application Server](https://help.sap.com/saphelp_aii710/helpdata/en/ba/b8710932b8c64a9e8acf5b6f65e740/content.htm?no_cache=true) and [in the SAP GUI client](https://help.sap.com/docs/sap_gui_for_windows/63bd20104af84112973ad59590645513/7ddb7c9c4a4c43219a65eee4ca8db001.html?version=760.01&locale=en-US)
### Installation
```powershell
pip install robotframework-robosapiens
```## Developers
### Requirements
- [.NET SDK 7.0 x64](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
- [PowerShell 7](https://github.com/PowerShell/PowerShell)
- [just](https://github.com/casey/just/)To build the wheel:
```
just build
```### References
- [SAP GUI Scripting API Documentation](https://help.sap.com/docs/sap_gui_for_windows/b47d018c3b9b45e897faf66a6c0885a8/babdf65f4d0a4bd8b40f5ff132cb12fa.html?locale=en-US)