摘要:
pip3 install Appium-Python-Client -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com 阅读全文
posted @ 2022-07-19 18:52
凯宾斯基
阅读(173)
评论(0)
推荐(0)
摘要:
一、usb连接手机 adb devices 二、开启远程Wi-Fi连接手机 adb tcpip 5555 //开启tcpip端口 adb shell netstat //查看真机的IP (多个真机就无法用,那么自己去真机的Wi-Fi哪里看) adb connect 192.168.110.46(真机 阅读全文
posted @ 2022-07-19 17:21
凯宾斯基
阅读(857)
评论(0)
推荐(0)