
Chrome Debug Protocol
Connects to Chrome's debugging protocol to automate browsers for web scraping, testing, and automation tasks. Maintains persistent sessions and login states across operations.
8550 views2Local (stdio)
What it does
- Take real-time screenshots during automation
- Navigate web pages with intelligent tab management
- Click elements and input text on web pages
- Scroll and resize browser windows
- Extract HTML content from pages
- Maintain persistent login sessions
Best for
Web scraping and data extractionAutomated browser testingEnterprise automation workflowsCloud-native containerized deployments
No Chrome extensions requiredTwo-command setupContainer-friendly deployment
Tools (10)
launch_browser
启动浏览器连接,连接到Chrome调试端口以保持登录状态
close_browser
关闭浏览器连接
navigate_to
导航到指定URL,智能管理标签页(相同域名复用标签页)
click
在指定坐标位置点击
type_text
输入文本内容