Skip to content

oeick/robotframework-imagelibrary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Addition to Robotframework libraries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%