fix: browser quickstart

This commit is contained in:
Timothy
2026-04-03 17:40:53 -07:00
parent 59e90d3168
commit 9193336fd3
4 changed files with 56 additions and 27 deletions
+1
View File
@@ -98,6 +98,7 @@ class BeelineBridge:
"127.0.0.1",
port,
logger=null_logger,
max_size=50 * 1024 * 1024, # 50 MB — CDP responses (AX tree, screenshots) can be large
)
logger.info("Beeline bridge listening on ws://127.0.0.1:%d", port)
except OSError as e: