@wdio/ocr-service
v2.2.1
Published
A WebdriverIO service that is using Tesseract OCR for Desktop/Mobile Web and Mobile Native App tests.
Downloads
7,929
Readme
WebdriverIO OCR Service
A WebdriverIO service for using OCR to interact with elements on a page.
Installation
The easiest way is to keep @wdio/ocr-service
as a dev-dependency in your package.json
, via:
npm install @wdio/ocr-service --save-dev
Instructions on how to get started can be found in the visual testing docs on the WebdriverIO project page.