/robotframework-imagelibrary

Addition to Robotframework libraries

Primary LanguagePythonApache License 2.0Apache-2.0

About

ImageLibrary is designed to automate cases involving various types of screen processing with RoboFramework.

It operates with:

  • OpenCV
  • TesseractOCR

Installation

pip install robotframework-imagelibrary

Keywords

Keyword documentation

Installation Requirements

Usage

Implement the ImageLibrary into robot test suite file with specifying the output directory to store screenshots.

Example

Library ImageLibrary ${CURDIR}${/}output

Pass the image.png (with path) as the template argument to the keyword.

Example

Find Template path\my_image.png