gwda icon indicating copy to clipboard operation
gwda copied to clipboard

WebDriverAgent ( iOS ) Client Library in Golang

Results 8 gwda issues
Sort by recently updated
recently updated
newest added

With the info example i get the following error: ``` 2021/07/16 18:44:36 create connection: usbmux receive: connection refused exit status 1 ```

并且只要出现一次这个错误,接下来短时间内大概率还会出现多次。 然后过一会儿,又自己恢复了

使用这个gwda给视频点赞(或者点关注),会掉赞(掉关注),可能的原因有哪些,流程肯定没问题,我在担心是不是gwda这个东西被抖音标记了

开启抖音,跑测试的时候程序卡死了,抖音也卡死了

## 背景 在体验评测中,我们需要精确度量出某些操作的耗时,例如点击启动抖音到开始播放视频的耗时(首帧)。 在 iOS 系统中,不存在类似 Android debug 模式,因此要识别操作的起始点就十分困难。为了解决该问题,可以在 WDA 中加入打点日志,针对关键的 UI 操作记录其时间戳和步骤标识(identifier),然后就可以记录得到关键步骤的起始点时间。 对应地,在 gwda 中调用 WDA 时,需要传入额外的控制参数,例如 开启日志、指定步骤标识(identifier)等。 ## 核心修改 1、新增 `DataOption`,用于对请求 WDA 的 post data 进行修改: - WithPressDuration:设置...

测试了 其他的指令都能用 点击不能用 func main() { driver, _ := gwda.NewUSBDriver(nil) x, y := 50, 256 driver.Tap(x, y) } 报错: 2024/03/10 20:35:58 unknown command: Unhandled endpoint: /session/320F2B62-A685-4848-B6CF-C2AFE4542E1E/wda/tap/0 -- http://00008101-0016191811C2001E/ with parameters...