关于
Puppeteer server provides browser automation capabilities, enabling Large Language Models (LLMs) to interact with web pages. It allows for navigating to URLs, taking screenshots of the entire page or specific elements, executing JavaScript, and performing basic web interactions like clicking and form filling. The server also provides access to browser console logs and captured screenshots as resources, enhancing the ability of LLMs to understand and interact with web content.
主要功能
- Console log monitoring
- JavaScript execution
- Basic web interaction (navigation, clicking, form filling)
- 0 GitHub stars
- Browser automation
- Screenshot capabilities
使用案例
- Web scraping and data extraction
- Automated web testing
- Visual regression testing