我想模拟典型用户生成的事件,以使用网络监视器收集网络流量跟踪。
我浏览了信息。在https://developer.android.com/studio/test/monkeyrunner/index.html 和 https://developer.android.com/studio/test/monkey.html中给出
我可以看到,monkey 用于使用命令行选项生成随机分布的事件,而 monkeyrunner 用于使用 Jython API 生成特定事件。
谁能建议哪种工具更适合模拟应用程序上的典型用户会话以收集网络跟踪?
也欢迎任何建议使用比这两个更适合此任务的工具。