iOS-Tagent icon indicating copy to clipboard operation
iOS-Tagent copied to clipboard

iOS support agent for automation

Results 117 iOS-Tagent issues
Sort by recently updated
recently updated
newest added

http://localhost:8100/session/${sessionId} 请求发送返回 { "value" : null, "sessionId" : "####", "status" : 0 } 但是手机并没有对应操作

启动报: WebDriverAgentRunner-Runner[81076:12909913] The bundle “WebDriverAgentRunner” couldn’t be loaded because its executable couldn’t be located. Try reinstalling the bundle.

Xcode: Version 10.2.1 (10E1001) 手机型号:iPhone A1699 IOS版本:12.1.4

关于iOS-tagent的文档有点少啊,想了解下tagent和Facebook、appium的wda的差别呢

目前遇到想要获取当前元素的label和value的属性的需求,这样可以知道当前输入的内容是否正确。 我看这个在Appium里面是存在的,不知是什么考量把这个2个属性未加入进来

ios-tagent这块的资料偏少。想了解一下跟facebook和appium的wda都有哪些区别? 代码好像也看不太到,webdriveragent-lib的代码是没有放出来吗? 我用的是xcode11.6和xcode11.3.1都不行,用airtestide可以连上ios-tagent,也可以看到屏幕和元素。 http://127.0.0.1:8100/inspector已经打不开了。 { value: { message: "Unhandled endpoint: /inspector -- http://127.0.0.1:8100/ with parameters { wildcards = ( inspector ); }" }, sessionId: "6214FC02-EDF7-42C8-B3DC-CC1B0923FE1C", status: 6 } http://127.0.0.1:8100/source也报错 {...

环境: IOS Iphone7 plus 13.3 Xcode 11.3 问题:出现弹窗后点击弹窗的内容直接点击到下面的控件去了,且点击确定的效果无法实现。 1) 在mac上Airtset IDE上点击系统提示框: ![1](https://user-images.githubusercontent.com/59554394/71804096-7211f680-309d-11ea-83d3-fa06a7d89729.jpg) 2)点击后,框会消失,但是开关打开失败。 ![2](https://user-images.githubusercontent.com/59554394/71804152-95d53c80-309d-11ea-8d3b-eac1e921667a.jpg) 3)预计正确的结果,开关应该打开,(我用手工操作一切正常,AirtestIDE操作就失败) ![3](https://user-images.githubusercontent.com/59554394/71804224-d339ca00-309d-11ea-8401-4fdb82e81389.jpg) 类似issue:https://github.com/AirtestProject/iOS-Tagent/issues/81 Comment: IOS Iphone7 plus 12.1.4 Xcode 10.1 测试一切正常。

情况如下: 1、通过查看历史问题,发现ios是一定要先连接ios-tagent才能使用airtest的 2、同样通过查看历史问题,windows想要远程连接ios,需要mac先连接Ios成功的 我的问题1: 1、本机电脑是mac 2、想要连接云真机平台(云真机平台应该是没有连接mac的),应该算是远程连接,怎么样可以做到?? 问题2: 假如云真机连接成功,如何可以安装和卸载应用 通过usb的时候,是通过ios的命令的,如果远程连接的话,如何可以操作,airtest现在还不支持ios的安装和卸载

用例中点击点击APP退出按钮,立即出现 wda.WDAError: WDAError(status=889, value=Application is not running, possibly crashed),APP实际已退出,点击APP退出按钮是正常操作。