Tagged articles

Chrome automation

4 articles · Page 1 of 1
Tech Ocean
Tech Ocean
Jul 25, 2026 · Operations

How to Let Claude Code Control Chrome: Skip Login, Auto‑Fill Backend Data, and Solve Captchas Visually

This article walks through using Claude Code with Microsoft Playwright MCP to hijack the local Chrome browser, covering version requirements, the two connection modes, token configuration, real‑world tests for auto‑login, captcha solving, form queries, navigation pitfalls, security risks, and practical recommendations.

Browser extensionCaptcha solvingChrome automation
0 likes · 13 min read
How to Let Claude Code Control Chrome: Skip Login, Auto‑Fill Backend Data, and Solve Captchas Visually
Wuming AI
Wuming AI
Apr 20, 2026 · Artificial Intelligence

How Dokobot Lets AI Agents Truly See Rendered Web Pages

This article explains the limitation of many AI agents that only send HTTP requests, introduces Dokobot’s approach of using a real Chrome browser to render and interact with pages, and details its commands, installation steps, supported agents, and practical use cases for dynamic web content.

AI agentsChrome automationDokobot
0 likes · 6 min read
How Dokobot Lets AI Agents Truly See Rendered Web Pages
Open Source Tech Hub
Open Source Tech Hub
Dec 28, 2025 · Backend Development

Automate Chrome with PHP: Install and Use ChromePHP for Screenshots, PDFs, and More

ChromePHP is a PHP library that integrates the Chrome DevTools protocol, allowing developers to control Chrome or Chromium directly from PHP code for tasks such as navigation, JavaScript execution, screenshots, PDF generation, and input simulation, with simple Composer installation and flexible configuration.

Chrome automationChromePHPDevTools
0 likes · 3 min read
Automate Chrome with PHP: Install and Use ChromePHP for Screenshots, PDFs, and More