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.13-py3-none-any.whl (26.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: gautomator-1.0.13-py3-none-any.whl
  • Upload date:
  • Size: 26.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.13

File hashes

Hashes for gautomator-1.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 e3debe05a9e7dbe4298140452f847bea29d2cec289ecdd9df3bc6c650c8c4a0b
MD5 1a8656cfc0c81308dace94416d471f2c
BLAKE2b-256 5308a29bcea45813d7baf3b6905865ef4766a771ea661d7700b2f2b26b2b9b8b

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