browser-automation

Automate browser interactions with Playwright for navigation, form filling, and data extraction.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/FatBy/DD-OS --skill browser-automation-fatby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-automation
Source: https://github.com/FatBy/DD-OS/tree/main/skills/browser-automation
Command: npx skills add https://github.com/FatBy/DD-OS --skill browser-automation-fatby

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This Skill automates web browser interactions, allowing for tasks like navigating websites, filling forms, clicking elements, and extracting data without manual intervention.

Core Features & Use Cases

  • Web Navigation: Go to URLs, navigate back/forward, or reload pages.
  • Form Interaction: Fill input fields, select options, and click buttons.
  • Data Extraction: Extract text, links, tables, or attributes from web pages.
  • Screenshots: Capture full-page or element-specific screenshots.
  • Use Case: Automatically fill out a login form on a website, then navigate to a specific page and extract all the product names and prices.

Quick Start

Use the browser-automation skill to navigate to https://example.com and extract all the text content from the page.

Frequently Asked Questions about browser-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate browser interactions for web scraping and form filling?

Automate browser interactions by using Playwright to navigate URLs, fill forms, click elements, and extract data. This handles web scraping tasks without manual intervention.

What's the best way to extract data like text and tables from web pages?

The best way to extract data is using CSS selectors or text-based identification to pull text, links, tables, and attributes from web pages. This supports various extraction types.

Does browser automation work with Playwright for taking screenshots?

Browser automation works with Playwright to capture full-page or element-specific screenshots. This allows you to save visual states during web navigation.

How do I fill out a login form and click buttons automatically?

Fill out a login form and click buttons automatically by using Playwright to target input fields, select options, and trigger button clicks via CSS selectors.

Do I need Playwright installed to run web navigation scripts?

You need Playwright installed and available to run web navigation scripts. This dependency is required for automating browser tasks like URL navigation and element clicking.

Can I use CSS selectors to identify elements for data extraction?

You can use CSS selectors to identify elements for data extraction. This supports targeting specific page components to extract text, links, and table data accurately.