Minor Changes
- #1935
666baf1Thanks @shrey150! - Add global flags for commonly used Browserbase session parameters (--proxies, --advanced-stealth, --solve-captchas, --region, --keep-alive, --session-timeout, --block-ads). These flags configure the Browserbase session in remote mode.
Patch Changes
-
#1905
a4ca430Thanks @derekmeegan! - Addbrowse cdp <url|port>command to attach to any CDP target and stream DevTools protocol events as NDJSON. Supports--domainfiltering,--prettymode for human-readable output, and clean piping to files or jq. -
#1906
34598b9Thanks @derekmeegan! - Addbrowse upload <selector> <files...>command for uploading files to<input type="file">elements. Supports single and multiple file uploads, works with both local and remote Browserbase sessions. -
#2056
e87f167Thanks @derekmeegan! -browse cdpnow also callsPage.setLifecycleEventsEnabledwhenever the Page domain is enabled, so consumers receivePage.lifecycleEventnotifications (init,commit,DOMContentLoaded,load,firstPaint,firstContentfulPaint,networkAlmostIdle,networkIdle, etc.) in addition toPage.frameNavigated.--prettymode formats lifecycle events with the milestone name. No effect on consumers that pass--domainwithoutPage. -
#2049
ed4db53Thanks @shrey150! - Use the exact DevToolsActivePort websocket path for local auto-connect and bare-port CDP attach to avoid extra remote debugging probes before the real browser connection.