"Browser" is the internal browser of the Codex app, a feature for checking local web apps or pages currently being displayed. However, the "Codex internal browser" may not be suitable for web services ...
There’s a conversation I keep hearing in testing and engineering circles right now: “We don’t need a web automation agent - we have Playwright MCP. Or Claude Code. We’re covered.” I get it. The tools ...
After using Claude Code for sometime, I have found the biggest value isn't writing the test itself. It's everything that happens around the test. When automating a new feature, a large portion of the ...
crates/obscura-cdp/tests/cdp_*.rs exercise CDP methods end-to-end with a real dispatch call and an in-process HTTP server. RUST_LOG=obscura=info obscura serve RUST ...
Obscura is a workspace of seven crates. obscura-cli CLI entry point. fetch, serve, scrape, mcp. obscura-cdp Chrome DevTools Protocol server. WebSocket, dispatch, domain handlers. obscura-browser Page ...