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 ...
We are providing an unedited version of this manuscript to give early access to its findings. Before final publication, the manuscript will undergo further editing. Please note there may be errors ...
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 ...
Microsoft Research has released the Webwright framework, a Playwright based web-agent system that works from code and files in a terminal workspace rather than a browser session. Web agents are AI ...