Android代码-uiautomator

时间:2022-08-26 02:39:17
【文件属性】:

文件名称:Android代码-uiautomator

文件大小:2.78MB

文件格式:ZIP

更新时间:2022-08-26 02:39:17

Android代码

uiautomator This module is a Python wrapper of Android uiautomator testing framework. It works on Android 4.1 simply with Android device attached via adb, no need to install anything on Android device. from uiautomator import device as d d.screen.on() d(text="Clock").click() Installation $ pip install uiautomator Pre-requirements Install Android SDK, and set ANDROID_HOME environment to the correct path. Enable ADB setting on device and connect your android device using usb with your PC.


【文件预览】:
uiautomator-master
----MANIFEST.in(122B)
----requirements.txt(11B)
----.travis.yml(487B)
----tox.ini(252B)
----LICENSE(1KB)
----test()
--------test_device.py(14KB)
--------test_device_obj.py(23KB)
--------test_selector.py(4KB)
--------test_param_to_property.py(2KB)
--------test_misc.py(2KB)
--------res()
--------test_adb.py(9KB)
--------test_server.py(8KB)
--------test_jsonrpc.py(4KB)
----setup.cfg(39B)
----setup.py(2KB)
----README.md(22KB)
----NOTICE(0B)
----uiautomator()
--------__init__.py(46KB)
--------libs()
----docs()
--------img()
----.gitignore(91B)

网友评论