This library enhances the Robot framework by integrating computer vision capabilities to automate mobile application interactions. It relies on Appium to control native, mobile web, and hybrid applications on iOS and Android platforms.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python 3.9 or higher
- pip (Python package installer)
Follow these steps to set up your development environment:
Clone the repository:
git clone https://github.com/aidrivenst/iSeeLibrary.git
Create a virtual environment:
python3 -m venv venv
Activate the virtual environment:
On Windows:
.\venv\Scripts\activate
On macOS and Linux:
source venv/bin/activate
Install required packages:
pip install -r requirements.txt
Install Appium:
npm install -g appium
CONTRIBUTING.rst for details is coming next commits ..