0.2.0 • Published 6 months ago

appium-flutter-finder v0.2.0

Weekly downloads
65
License
MIT
Repository
github
Last release
6 months ago

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
0.2.0

6 months ago

0.1.0

3 years ago

0.0.22

4 years ago

0.0.21

4 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago