JSPM

  • Created
  • Published
  • Downloads 6584
  • Score
    100M100P100Q125436F
  • License Apache-2.0

Plugin for working with images and image elements in Appium

Package Exports

  • @appium/images-plugin
  • @appium/images-plugin/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@appium/images-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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