@appium/images-plugin
v4.2.7
Published
Plugin for working with images and image elements in Appium
Readme
@appium/images-plugin
Appium plugin for image comparison, visual testing, and image-based functional testing
This plugin provides two features for image-based testing:
- Image Comparison - A new Appium endpoint that allows accepts two images and allows comparing them in various ways
- Finding Elements by Image - Using a template image, find a matching screen region of an app, and interact with it using standard Appium element commands
Installation
appium plugin install imagesUsage
Like all plugins, this plugin must be explicitly activated when launching the Appium server:
appium --use-plugins=imagesOnce the plugin is running, you can use its new and modified endpoints as described in the aforementioned guides.
API
Refer to the Appium documentation.
License
Apache-2.0
