Metadata-Version: 2.1
Name: alttester-robotframework-library
Version: 0.0.1
Summary: Robot Framework Library for the AltTester® framework. AltTester® is an open-source UI driven test automation tool that helps you find objects in your game and interacts with them.
Home-page: https://alttester.com/docs/sdk/latest/
Author: Altom Consulting
Author-email: contact@alttester.com
License: GNU GPLv3
Project-URL: Issues, https://github.com/alttester/AltTester-Unity-SDK/issues
Project-URL: Documentation, https://alttester.com/docs/sdk/latest
Project-URL: Source, https://github.com/alttester/AltTester-Unity-SDK
Keywords: robot framework testing test automation alttester
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Acceptance
Classifier: Topic :: Software Development :: Testing :: Unit
Requires-Python: >=3.4.0
Description-Content-Type: text/markdown
Requires-Dist: AltTester-Driver
Requires-Dist: robotframework~=3.0

# AltTesterLibrary for Robot Framework


## Installation

AltTesterLibrary can be installed using `pip` - http://pip-installer.org:

    `pip install alttester-robotframework-library`

You can also install it from the source distribution by running:

    `python setup.py install`


## Usage

Import the library:

    *** Settings ***
    Library          AltTesterLibrary
