https://github.com/yauhenipo/appium_swipe_element
Python package on GitHub (appium_swipe_element), which you can install
https://github.com/yauhenipo/appium_swipe_element
appium appium-framework appium-tests appiumlibrary robotframework
Last synced: 7 months ago
JSON representation
Python package on GitHub (appium_swipe_element), which you can install
- Host: GitHub
- URL: https://github.com/yauhenipo/appium_swipe_element
- Owner: YauheniPo
- License: mit
- Created: 2020-11-08T18:44:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-24T13:00:47.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T23:45:00.976Z (9 months ago)
- Topics: appium, appium-framework, appium-tests, appiumlibrary, robotframework
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Appium_Swipe_Element
## Pip can install packages from Git
I have hosted a Python package on GitHub (appium_swipe_element), which you can install with the following command (make sure you trust me before running this command and installing my code on your computer).
`pip install git+https://github.com/YauheniPo/appium_swipe_element.git#egg=appium_swipe_element`
Pip provides options to install from head, from a branch, from a tag or from a commit. I usually tag each release and install from these tags. See the pip install documentation for full details.