z

zhaoyijun的个人空间

记录工作生活

  • 首页
  • 工作随笔
  • 日常
Home iphone使用tidevice自动化步骤
文章

iphone使用tidevice自动化步骤

Posted 2024-03-10 Updated 2024-03- 10
By zhaoyijun
3~4 min read

1、iphone安装WebDriverAgent

安装WebDriverAgent.ipa,保持WebDriverAgent打开状态;

2、windows端安装tidevice

pip install tidevice 

tidevice常用命令:

查看第三方应用包名:

tidevice applist

查看已连接设备:

tidevice list

指定设备安装:

# $UDID可以使用tidevice list命令查看
tidevice -u $UDID  install D:/test.ipa
# 或者
tidevice -u $UDID install https://example.org/example.ipa

3、在IDE连接设备

1)使用数据线连接iphone和pc;

2)查看设备里WebDriverAgent的BundleID

tidevice applist

3)指定BundleID启动

tidevice xctest -B com.youshen.WebDriverAgentRunner.xctrunner

4)在IDE的设备连接窗口连接iOS设备

# DeviceIdentifier可以在启动的信息中查看
http+usbmux://DeviceIdentifier

工作随笔
airtest
License:  CC BY 4.0
Share

Further Reading

Mar 10, 2024

安卓adb抓包

1、adb连接手机报10061 1) 将安卓设备usb连接到电脑 2)设备链接到wifi 3)Ping设备ip,检查是否可通信 4)在cmd依次输入以下命令: adb usb adb kill-server adb tcpip 5555 adb connect youip:5555 2

Mar 10, 2024

iphone使用tidevice自动化步骤

1、iphone安装WebDriverAgent 安装WebDriverAgent.ipa,保持WebDriverAgent打开状态; 2、windows端安装tidevice pip install tidevice tidevice常用命令: 查看第三方应用包名: tidevice applis

Feb 5, 2024

jmeter使用日志

1、jtl文件生成html报告错误 XXX does not contain the field names header, ensure the jmeter.save.saveservice.* properties are the same as when the CSV file was c

OLDER

jmeter使用日志

NEWER

安卓adb抓包

Recently Updated

  • 安卓adb抓包
  • iphone使用tidevice自动化步骤
  • jmeter使用日志
  • 大喜的日常

Trending Tags

airtest jmeter

Contents

©2025 zhaoyijun的个人空间. Some rights reserved.

Using the Halo theme Chirpy