👍
这个问题 应该是客户端打点(埋点)测试吧~ 需要出这样的 case 然后在执行自动化的时候 用代理工具把请求抓到本地 做校验就 ok 了
很棒 学习了~
楼上的意思是 应该是 启动 appium 的时候指定 udid
大佬们插楼 我能问下 appium 如何定位 ios 的 toast 吗
自带的太卡了诶
在测试 android8 或者 9 的时候,将 automationName=UiAutomator2 定位就生效 ,但这样就没有办法捕获 toast 了...,看一下添加该配置后的 log:
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[UiAutomator2] Deleting UiAutomator2 session
[UiAutomator2] Deleting UiAutomator2 server session
[UiAutomator2] Did not get confirmation UiAutomator2 deleteSession worked; Error was: Error: Trying to proxy a session command without session id
[ADB] Running '/Users/wangzhen/mywork/android-sdk-macosx/platform-tools/adb -P 5037 -s FA69K0303241 shell am force-stop cn.xiaochuankeji.tieba'
[Logcat] Stopping logcat capture
[ADB] Removing forwarded port socket connection: 8200
[ADB] Running '/Users/wangzhen/mywork/android-sdk-macosx/platform-tools/adb -P 5037 -s FA69K0303241 forward --remove tcp:8200'
[BaseDriver] Event 'newSessionStarted' logged at 1531138219847 (20:10:19 GMT+0800 (CST))
请问作者解决该问题了吗 ,我试了 android8 和 android9 定位都不生效