Files
appium/packages/images-plugin
Jonathan Lipps 1d16ac6b45 chore: publish
- appium@2.13.1
 - @appium/base-driver@9.13.1
 - @appium/base-plugin@2.2.50
 - @appium/docutils@1.0.26
 - @appium/driver-test-support@0.7.1
 - @appium/fake-driver@5.5.7
 - @appium/fake-plugin@3.1.54
 - @appium/images-plugin@3.0.24
 - @appium/plugin-test-support@0.3.46
 - @appium/support@6.0.0
 - @appium/test-support@3.1.0
 - @appium/types@0.22.3
 - @appium/universal-xml-plugin@1.0.26
2024-12-05 12:22:35 -08:00
..
2024-12-05 12:22:35 -08:00
2022-04-14 14:30:00 -07:00
2024-12-05 12:22:35 -08:00
2024-01-02 21:37:30 +02:00

@appium/images-plugin

Appium plugin for image comparison, visual testing, and image-based functional testing

NPM version Downloads

Features

  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.

Installation

appium plugin install images

The plugin must be explicitly activated when launching the Appium server:

appium --use-plugins=images

License

Apache-2.0