Skip to main content

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.

  1. Install from PyPi, as 'Appium-Flutter-Finder'.

    pip install Appium-Flutter-Finder
    
  2. 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
    
  3. Install from source via GitHub.

    git clone git@github.com:appium/python-client.git
    cd python-client
    python setup.py install
    

Release

pip install twine
python setup.py sdist
twine upload dist/Appium-Flutter-Finder-X.X.tar.gz

Changelog

  • 0.1.3
    • Allow from appium_flutter_finder import FlutterElement, FlutterFinder
  • 0.1.2
    • Fix b64encode error in Python 3
  • 0.1.1
    • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Appium-Flutter-Finder-0.1.3.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page