Metadata-Version: 2.4
Name: robotframework-robosapiens
Version: 2.24.7
Summary: Fully localized Robot Framework library for automating the SAP GUI using text selectors.
Home-page: https://github.com/imbus/robotframework-robosapiens
Author: imbus Rheinland GmbH
Maintainer: Marduk Bolaños
Maintainer-email: marduk.bolanos@imbus.de
License: Apache 2
Keywords: robotframework testing test automation sap gui
Platform: windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.8.2
Description-Content-Type: text/markdown
Requires-Dist: robotframework>=5.0.1
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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/).
