雷系泡泡
雷系泡泡
但是没有异常抛出了, 并且, 底下的日志似乎是成功请求了, 试试 `appium` 的相关操作是否可行?
1. `with no body` 指的是本次请求不包含 `body`, 不是指 `响应` 2. 再追加一个参数 > - `appium:webDriverAgentUrl`: `http://localhost:8100` > - `appium:usePrebuiltWDA`: `true` > - `appium:useXctestrunFile`: `false` > - `appium:skipLogCapture`: `true` - `appium:wdaBaseUrl`: `http://localhost`
1. `Unable to start WebDriverAgent session because of xcodebuild failure`, 原因也是 `404`, 和 `/status` 的问题一样 2. 为什么是 `404`? 我猜是 `this.getUrlForProxy(url)` 出了差错, 请求使用的是 `newUrl`, 日志输出的是 `url` ```js async proxy (url, method,...
苹果还没开放支持无线调试吧
求告知如何操作
代码里只筛选了 `USB` https://github.com/alibaba/taobao-iphone-device/blob/16c185b90fd499747e9f97e1a4ea4977f0916d0f/tidevice/_usbmux.py#L77
因为新版 `wda` 对 `url` 做了调整
抱歉,近期都没时间维护。 但后续我倒是有兴趣做一个全新版本
Actually, there's no difference. I thought it would be fun to reimplement it myself, so I studied the projects first and then created `gadb`. > 😅 But now I think...
看了下, [appium/appium-uiautomator2-server](https://github.com/appium/appium-uiautomator2-server) 确实对 `url` 进行了调整, 这两天我尽量做调整