mirror of
https://github.com/appium/appium.git
synced 2026-05-03 17:00:32 -05:00
bd6e3ac0b0
- appium@2.2.1 - @appium/base-driver@9.4.1 - @appium/base-plugin@2.2.22 - @appium/doctor@2.0.27 - @appium/docutils@0.4.11 - @appium/driver-test-support@0.4.16 - @appium/execute-driver-plugin@3.0.19 - @appium/fake-driver@5.2.10 - @appium/fake-plugin@3.1.26 - @appium/images-plugin@2.1.6 - @appium/opencv@2.1.5 - @appium/plugin-test-support@0.3.23 - @appium/schema@0.4.1 - @appium/support@4.1.8 - @appium/test-support@3.0.26 - @appium/types@0.14.1 - @appium/universal-xml-plugin@1.0.14
Appium Images Plugin
This is an official Appium plugin designed to facilitate image comparison, visual testing, and image-based functional testing.
Features
- Image Comparison (docs) - A new Appium command and route that allows sending in two different images and comparing them in various ways.
- 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.
Prerequisites
- Appium Server 2.0+
Installation - Server
Install the plugin using Appium's plugin CLI:
appium plugin install images
Installation - Client
No special action is needed to make the features available in the various Appium clients, as this plugin used to be a core Appium feature and its commands are already supported in the official clients.
Activation
The plugin will not be active unless turned on when invoking the Appium server:
appium --use-plugins=images
Usage
Check the docs links above for usage for each of the features provided.