Profiler
Section titled “Profiler”Profiler 用于分析浏览器自动化过程中的性能问题,帮助定位慢加载、慢交互和页面瓶颈。
常见流程:
agent-browser open https://example.comagent-browser profiler start# 执行操作agent-browser profiler stop结合截图、网络命令和 diff,可用于 CI 中的性能回归排查。
Profiler 用于分析浏览器自动化过程中的性能问题,帮助定位慢加载、慢交互和页面瓶颈。
常见流程:
agent-browser open https://example.comagent-browser profiler start# 执行操作agent-browser profiler stop结合截图、网络命令和 diff,可用于 CI 中的性能回归排查。