Metadata-Version: 2.4
Name: robotframework-robosapiens
Version: 2.33.1
Summary: Fully localized Robot Framework library for automating the SAP GUI using text selectors.
Author-email: "Marduk Bolaños, imbus" <marduk.bolanos@imbus.de>
License-Expression: Apache-2.0
Project-URL: Homepage, https://pypi.org/project/robotframework-robosapiens/
Project-URL: Repository, https://github.com/imbus/robotframework-robosapiens.git
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: robotframework>=5.0.1

# RoboSAPiens: SAP GUI Automation for Humans

Fully localized Robot Framework library for automating the SAP GUI using text locators.

Available localizations:

- English
- German

## Requirements

- Scripting must be [enabled in the Application Server](https://help.sap.com/saphelp_aii710/helpdata/en/ba/b8710932b8c64a9e8acf5b6f65e740/content.htm?no_cache=true)
- Scripting must be [enabled in the SAP GUI client](https://help.sap.com/docs/sap_gui_for_windows/63bd20104af84112973ad59590645513/7ddb7c9c4a4c43219a65eee4ca8db001.html?version=760.01&locale=en-US)

## Installation

```bash
pip install robotframework-robosapiens
```


## Usage

Consult the [Documentation](https://imbus.github.io/robotframework-robosapiens/).
