<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Chrome DevTools on Ted Factory</title><link>https://tedfactory.com/en/tags/chrome-devtools/</link><description>Recent content in Chrome DevTools on Ted Factory</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 26 Jul 2026 14:45:44 +0900</lastBuildDate><atom:link href="https://tedfactory.com/en/tags/chrome-devtools/index.xml" rel="self" type="application/rss+xml"/><item><title>The Two Walls You Hit When You Hand an Agent a Browser</title><link>https://tedfactory.com/en/notes/essays/giving-agents-a-browser/</link><pubDate>Sat, 25 Jul 2026 00:00:00 +0900</pubDate><guid>https://tedfactory.com/en/notes/essays/giving-agents-a-browser/</guid><description>&lt;h1 id="the-two-walls-you-hit-when-you-hand-an-agent-a-browser"&gt;The Two Walls You Hit When You Hand an Agent a Browser&lt;a class="anchor" href="#the-two-walls-you-hit-when-you-hand-an-agent-a-browser"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;2026-07-25&lt;/p&gt;
&lt;p&gt;&lt;img src="https://tedfactory.com/images/notes/giving-agents-a-browser-cover.png" alt="Handing an agent a browser" /&gt;&lt;/p&gt;
&lt;p&gt;One principle I hold onto when delegating work to coding agents: if the agent changed the code, the agent should verify the result itself. For a web project, that means opening a browser and looking at the screen. For this I use MCP (Model Context Protocol, the standard for connecting external tools to agents) servers such as &lt;a href="https://github.com/ChromeDevTools/chrome-devtools-mcp" target="_blank"&gt;chrome-devtools-mcp&lt;/a&gt; and &lt;a href="https://github.com/microsoft/playwright-mcp" target="_blank"&gt;Playwright MCP&lt;/a&gt;. The agent launches Chrome, opens pages, clicks around, takes screenshots, and validates its own work.&lt;/p&gt;</description></item></channel></rss>