PyAdbAutomator is a Python library for automating some android tasks using ADB interface
Project description
PyAdbAutomator
PyAdbAutomator is a Python library for automating some android tasks using ADB interface
Installation
Use the package manager pip to install foobar.
pip install pyadbautomator
Usage
from pyadbautomator_package.pyadbautomator import PyAdbAutomator
py_adb_automator = PyAdbAutomator('com.android.chrome', 5)
py_adb_automator.open()
url_bar = py_adb_automator.first('resource-id', 'com.android.chrome:id/url_bar')
if url_bar:
url_bar.text('https://github.com/guifabrin')
py_adb_automator.enter()
time.sleep(10)
py_adb_automator.close()
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyadbautomator-0.0.8.tar.gz.
File metadata
- Download URL: pyadbautomator-0.0.8.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3bb55d9e4282455679b192ee2559b7f923b7ceb391e239d8ee7c29ae53649ac
|
|
| MD5 |
c239615593b35c98759088a46e533da3
|
|
| BLAKE2b-256 |
295b7673ab07bf974858b51fc54a43601537710bcf388f431a15d77bd5b9bd25
|
File details
Details for the file pyadbautomator-0.0.8-py3-none-any.whl.
File metadata
- Download URL: pyadbautomator-0.0.8-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50e6235b120c00c7e4019cb72672e24fa85aab8a859e75e728ca8a7672cc3f01
|
|
| MD5 |
0525a96aa0a3482ed9c64146ed367d1a
|
|
| BLAKE2b-256 |
4ca32aedae7d2deae7c3eedb8bfdd66ee137a863bcdf4f726ba4578bc921edc7
|