Merge branch 'main' into bb/gui

This commit is contained in:
emozilla 2026-05-20 16:01:41 -04:00
commit fa48c2501f
72 changed files with 2726 additions and 742 deletions

View file

@ -217,6 +217,6 @@ Issue planned against `jo-inc/camofox-browser` adding:
Unit tests use an asyncio mock CDP server that speaks enough of the protocol
to exercise all state transitions: attach, enable, navigate, dialog fire,
dialog dismiss, frame attach/detach, child target attach, session teardown.
Real-backend E2E (Browserbase + local Chrome) is manual — exercise via
`/browser connect` to a live Chrome and run the dialog/frame test cases
described above.
Real-backend E2E (Browserbase + local Chromium-family browser) is manual — exercise via
`/browser connect` to a live Chromium-family browser and run the dialog/frame
test cases described above.