iOS 的没研究过,好像不太行,我们一般不验证这种 toast。可以尝试截图查看应该也行。
已发送到你 QQ 邮箱,互相学习
我是 python3.6+appium1.8.1, 1.9.x 要是有问题,就先用 1.8.x 的好了。暂时还不没升级到 1.9,你自己先调试看看
我其他的你可以 clone 吗?不行的话你留个 qq,我加你~
windows 的代码我没动过,暂时没 windows 的 pc,不过这个问题,谷歌一下应该不难解决。
再试试,没有设置权限,public 的,其他人好像都可以;再不行的话你就 fork 一个
谢谢~🙏
使用 adb shell cat /system/build.prop 打印出来看下设备信息,模拟器模拟的可能有些信息是没有的,如果没有,注掉相关代码就可以了
mac os x:10.13.4
Xcode: 9.2
执行命令:java -jar appcrawler_2.1.3.jar -a xxx.ipa
报错:
2018-05-03 10:43:34 INFO [Crawler.setupAppium.262] use AppiumClient
Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: A new session could not be created. Details: Appium's IosDriver does not support xcode version 9.2. Apple has deprecated UIAutomation. Use the "XCUITest" automationName capability instead. (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 199 milliseconds
不想重新装回 xcode 8,不知道楼主修改下 jar 包 desired capabilities 参数,配置为 XCUITest 是否可行?其他朋友有遇到过此问题的吗?求解~
那就是你设置的次数没跑完,报告肯定就没生成了,你可以把 # monkey 参数里的次数设置的小一点实验下,就会看到了。