What problem does it solve?
This Skill automates interactions with web browsers, enabling tasks like navigating websites, filling forms, clicking buttons, scraping data, and testing web applications programmatically.
Core Features & Use Cases
- Web Navigation: Open URLs, go back/forward, reload pages.
- Element Interaction: Click, fill forms, select options, check boxes using element references or semantic locators.
- Data Extraction: Scrape text, HTML, attributes, and download files.
- Screenshots & PDF: Capture full-page screenshots or save pages as PDFs.
- Session Management: Maintain isolated browser sessions for concurrent tasks.
- Use Case: Automate the process of logging into a web application, filling out a complex form, submitting it, and then extracting specific data from the confirmation page.
Quick Start
Use the agent-browser skill to open the website 'https://example.com' and take a full-page screenshot named 'example.png'.