from selenium.webdriver.common.by import By import time # 设置 Appium 连接参数 caps = { "platformName": "Android", "platformVersion": "7.1.2", # 根据夜神模拟器的 An Read More
posted @ 2024-09-22 20:02 sriver_dl Views(28) Comments(0) Diggs(0) Edit
1、提示这个错误,很多时候说的是adb版本过旧导致的,说的更新一下abd,但是使用SDK Manager安装platform-tools(内含adb)选择的是最新的版本,所以不存在adb过旧,只能是其他原因。此时得考虑一下端口被占用的原因。百度了一下最后发现是因为360手机助手占用了对应端口,将36 Read More
posted @ 2024-09-22 14:59 sriver_dl Views(16) Comments(0) Diggs(0) Edit