mirror of
https://github.com/appium/appium.git
synced 2026-04-28 22:40:34 -05:00
5070a34739
* docs: update universal-xml-plugin readme * chore: fix line lengths * docs: update relaxed-caps-plugin readme * docs: update images-plugin readme * docs: update fake-plugin readme * docs: add readme for execute-driver-plugin * docs: update base-plugin readme * docs: update test-support readme * docs: update support readme * docs: update opencv readme * docs: update fake-driver readme * docs: update docutils readme * docs: update doctor readme * docs: update base-driver readme * docs: fix badge for base-driver * docs: slightly improve base-driver/plugin readme * docs: fix title for eslint-config-appium-ts * docs: add badges for non-prerelease packages * docs: update appium readme * docs: update some readme links * chore: address review comments
928 B
928 B
@appium/images-plugin
Appium plugin for 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.
Installation
appium plugin install images
The plugin must be explicitly activated when launching the Appium server:
appium --use-plugins=images
License
Apache-2.0