An extention of finder for Appium flutter
Project description
Getting the Appium Flutter Finder
There are three ways to install and use the Appium Flutter Finder. Supported Python version follows appium python client.
-
Install from PyPi, as 'Appium-Flutter-Finder'.
pip install Appium-Flutter-Finder
-
Install from source, via PyPi. From 'Appium-Flutter-Finder', download and unarchive the source tarball (Appium-Flutter-Finder-X.X.tar.gz).
tar -xvf Appium-Flutter-Finder-X.X.tar.gz cd Appium-Flutter-Finder-X.X python setup.py install
-
Install from source via GitHub.
git clone git@github.com:appium/python-client.git cd python-client python setup.py install
How to use
Examples can be found out here.
Release
pip install twine
python setup.py sdist
twine upload dist/Appium-Flutter-Finder-X.X.tar.gz
Changelog
- 0.1.4
- Remove whitespaces from the decoded JSON
- Fix
by_ancestor
andby_descendant
- 0.1.3
- Allow
from appium_flutter_finder import FlutterElement, FlutterFinder
- Allow
- 0.1.2
- Fix b64encode error in Python 3
- 0.1.1
- Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for Appium-Flutter-Finder-0.1.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13e65f98da9e1a743bfc4a7bc04bd43435c58aaa8e016151513c6e597a12453e |
|
MD5 | 3a40f79965b7268a0c9577779f190645 |
|
BLAKE2b-256 | 176200bb94ea8d350da4aeaf345c8f6ca1ec5d20bd70446f7f9c46761e8a3244 |