Skip to main content

No project description provided

Project description

GAutomator Python Client

安装

支持python版本: 3.6+

  1. 使用pypi从公网pypi源安装
python3 -m pip install -U gautomator
  1. 使用pip从公司的pypi源安装
python3 -m pip install -U gautomator -i https://mirrors.tencent.com/pypi/simple/ --extra-index-url https://mirrors.tencent.com/repository/pypi/tencent_pypi/simple 
  1. 直接从源码安装
git clone git@git.woa.com:CloudTesting/automation/GA-Python.git
cd GA-Python
python3 -m pip install -U -e .

使用

初始化

Android

from gautomator.gautomator import GAutomator

# 仅连接一台设备
ga = GAutomator(device_type="android")

# 连接多台设备
ga = GAutomator(device_type="android", udid="your_android_serial_number")

iOS

from gautomator.gautomator import GAutomator

# 仅连接一台设备
ga = GAutomator(device_type="ios")

# 连接多台设备
ga = GAutomator(device_type="ios", udid="your_ios_udid")

端口转发

from gautomator.gautomator import GAutomator

# 通过adb forward或idb relay进行端口转发
$ adb forward tcp:<port> tcp:27029
ga = GAutomator(device_type="local", udid="127.0.0.1", port=<port>)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gautomator-1.0.12-py3-none-any.whl (25.3 kB view details)

Uploaded Python 3

File details

Details for the file gautomator-1.0.12-py3-none-any.whl.

File metadata

  • Download URL: gautomator-1.0.12-py3-none-any.whl
  • Upload date:
  • Size: 25.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.14

File hashes

Hashes for gautomator-1.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 13b5a6ba6df19ee9ebd4951d0031e28f278f1e8d66378f638b04230b81783d46
MD5 ddb14ada822a9a8abb1b45a8bc6c131a
BLAKE2b-256 82d8f85eda50a715a43299f65cce254873a474fcc7b1c1e5dd54a052e5e31819

See more details on using hashes here.

Supported by

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