Metadata-Version: 2.1
Name: sap-gui-robot-framework
Version: 0.0.2
Summary: A Robocorp Robot Framework Library for controlling the SAP GUI desktop client
Home-page: https://github.com/jduncan8142/sap_gui_robot_framework.git
Author: Jason Duncan
Author-email: jason.matthew.duncan@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/jduncan8142/sap_gui_robot_framework/issues
Project-URL: Documentation, https://github.com/jduncan8142/sap_gui_robot_framework/wiki
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# SAP GUI Robot Framework

A Robocorp Robot Framework library for controlling the SAP GUI Desktop and focused on testing business processes. The library uses the native SAP GUI scripting engine for interaction with the desktop client application. 

Other dependances include the below packages as this library would not be possible without the hard work of so many others. 

pywin32 by Mark Hammond

What makes this library different from other SAP GUI libraries? 

The main difference is the focus on testing end to end business processes in and around SAP GUI. While other libraries are similar in many aspects there are many additional comfort of life functions included that aren't in other libraries. 

This package is available also on PyPi and available for install via pip. 

## To install and use this library simply do the following:

1. pip install
```
pip install sap_gui_robot_framework
```

2. Import in Robot Framework
```
*** Settings ***
Library    SapGuiRobot
```

If you have not already you likely will need Scripting Tracker from Stefan Schnell. You can find it at https://tracker.stschnell.de/

## Keywords Documentation

Coming Soon...


