我用 Kotlin
待遇: 一天管免费两餐
那就不用这类手机, 手机体验太糟糕, 垃圾手机装软件还要验证码, 说得好像它很安全一样. 我之前都是拿一加手机和 Pixel、三星、诺基亚这一类测的,随便开 adb 调试
让你们的开发给你个调试包就可以了 就是.app 结尾的
iTunes 没装
咋成为高级会员
你倒是把元素截图贴出来, 元素上层肯定有固定的名称过类型的,能确定一个就好办
那玩意没维护了吧,还不如用appium
,而且macaca
也没有优势
appium 执行的时候会影响页面的性能吧,性能狗支持自定义的上传服务地址
抓到你了,上班摸鱼
大佬 有 JVM 版的嘛
安卓 iOS 都是这样的,具体语言可以根据国家地区来找和你们的开发要,iOS13 系统开始,只要手机设置里添加了多个语言,在英语那里就会有自定义英语语言的选项
自己看官方文档吧,不可能没用的,caps,我们公司的 app 支持 18 种语言都是用这个方法切换的
我不是说了吗,设置两个参数就可以了
该用法只要是应用支持的语言都可以使用该方法,例如应用支持阿语,local 设置为 SA,语言设置为 ar,目前只发现 Flutter 混合应用下 Flutter 页面内容未成功更改,感觉是 Flutter 的 bug,其它都是正常使用的
appium 没有这个权限吧,你什么场景还需要切换系统语言, appium 可以切换应用的语言,用法如下
capabilities.setCapability(MobileCapabilityType.LOCALE, "国家地区的缩写,例如 US")
capabilities.setCapability(MobileCapabilityType.LANGUAGE, "使用的语言,例如en或者en_GB、zh_tw")
给你个实际参考下吧
嗯 现在还是用回默认的
emmm 这个玩意不稳定,
不稳定,执行的时候挂了
remote stacktrace: UnknownError: An unknown server-side error occurred while processing the command. Original error: Unable to start WebDriverAgent session because of xcodebuild failure: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: read ECONNRESET Make sure you follow the tutorial at https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md. Try to remove the WebDriverAgentRunner application from the device if it is installed and reboot the device.
试了一下,切实可以,楼主牛啊
{
"automationName": "XCUITest",
"platformName": "iOS",
"platformVersion": "",
"deviceName": "iPhone 12 Pro",
"bundleId": "",
"udid": "",
"newCommandTimeout": "3600",
"skipLogCapture": "true",
"webDriverAgentUrl": "http://localhost:8100",
"usePrebuiltWDA": "true",
"useXctestrunFile": "false"
}
有人在 Windows 下用 Appium 调成功了吗