Plugin for working with images and image elements in Appium
npm install @appium/images-plugin> Appium plugin for image comparison, visual testing, and image-based functional testing


1. Image Comparison (docs) - A new Appium command and route that allows sending in two different images and comparing them in various ways.
2. Finding Elements by Image (docs) - Using a template image, find a matching screen region of an app and interact with it via standard Appium element semantics.
```
appium plugin install images
The plugin must be explicitly activated when launching the Appium server:
```
appium --use-plugins=images
Apache-2.0