appium-flutter-finder
v0.2.0
Published
Finder for Appium Flutter driver
Downloads
59,590
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 publishChangelog
- 0.2.0
- Fix type of
matchRootandfirstMatchOnlyinancestoranddescendant
- Fix type of
- 0.1.0
- Add
firstMatchOnlyinancestoranddescendant
- Add
- 0.0.23
- Fix
ancestoranddescendant
- Fix
