JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13758
  • Score
    100M100P100Q151180F
  • License MIT

Finder for Appium Flutter driver

Package Exports

  • appium-flutter-finder
  • appium-flutter-finder/build/serializer.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-flutter-finder) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Appium Flutter Finder

Companion finder for Appium Flutter Driver, that mimics the API of Flutter Driver's CommonFinders class. All documentation and examples are available in Appium Flutter Driver package.

Release

$ cd finder/nodejs
$ npm version <major|minor|patch>
$ git commit -am 'chore: bump version'
$ git tag js-finder-<version number> # e.g. git tag js-finder-0.0.23
$ git push origin js-finder-0.0.23
$ npm publish

Changelog

  • 0.2.0
    • Fix type of matchRoot and firstMatchOnly in ancestor and descendant
  • 0.1.0
    • Add firstMatchOnly in ancestor and descendant
  • 0.0.23
    • Fix ancestor and descendant