Skip to content

Commit 43ef9a7

Browse files
authored
docs: mention local HTML upload navigation in README
Closes #358
1 parent 9567969 commit 43ef9a7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ computer-use agents.
4848
[launch discussion](https://github.com/aaronlab/browsertrace/discussions/6)
4949

5050
Concrete 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

5455
For AI/coding agents, [`llms.txt`](llms.txt) provides concise project context,
5556
links, and troubleshooting prompts. The hosted copy lives at

tests/test_metadata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)