通过已登录的Edge或Chrome浏览器,利用Chrome DevTools Protocol执行JS渲染页面的导航、点击、截图及数据提取等自动化操作。
- Initial release of the Browser Automation Skill. - Enables browser automation via user’s logged-in Edge or Chrome using Chrome DevTools Protocol (CDP) over WebSocket. - Provides methods for navigation, DOM extraction, interaction (clicks, form filling, scrolling), and screenshot capture. - Includes detailed setup guide for enabling remote debugging on Edge (9222) and Chrome (9223). - Offers documented API and practical usage tips for platforms like B站, 小红书, and Minimax. - Documents common pitfalls: port conflicts, connection reuse, and SPA navigation constraints.