A WebdriverIO service for using OCR to interact with elements on a page.
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.