File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,8 +48,9 @@ computer-use agents.
4848[ launch discussion] ( https://github.com/aaronlab/browsertrace/discussions/6 )
4949
5050Concrete failure patterns now covered include Browser Use new-tab desync,
51- Browser Use remote CDP hangs, Stagehand semantic verification boundary,
52- Skyvern VNC/CDP debug integration, and Skyvern multi-session VNC control drift.
51+ Browser Use local HTML upload navigation mistakes, Browser Use remote CDP hangs,
52+ Stagehand semantic verification boundary, Skyvern VNC/CDP debug integration,
53+ and Skyvern multi-session VNC control drift.
5354
5455For AI/coding agents, [ ` llms.txt ` ] ( llms.txt ) provides concise project context,
5556links, and troubleshooting prompts. The hosted copy lives at
Original file line number Diff line number Diff line change @@ -334,6 +334,7 @@ def test_homepage_and_readme_link_failure_patterns_page():
334334 )
335335 assert "browser-agent-failure-patterns.html" in readme
336336 assert "Browser Use new-tab desync" in readme
337+ assert "Browser Use local HTML upload navigation mistakes" in readme
337338 assert "Browser Use remote CDP hangs" in readme
338339 assert "Stagehand semantic verification boundary" in readme
339340 assert "Skyvern multi-session VNC control drift" in readme
You can’t perform that action at this time.
0 commit comments