browser-playwright

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

Updated May 20, 2026
One-click install
npx skills add https://github.com/numekudi/dotfiles --skill browser-playwright
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-playwright
Source: https://github.com/numekudi/dotfiles/tree/main/gemini/.gemini/skills/browser-playwright
Command: npx skills add https://github.com/numekudi/dotfiles --skill browser-playwright

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates web browser interactions, enabling programmatic control for tasks like web scraping, testing, and automated form submissions.

Core Features & Use Cases

  • Browser Automation: Open, navigate, and interact with web pages.
  • Data Handling: Manage cookies, local storage, and session storage.
  • Network Mocking: Intercept and mock network requests.
  • Use Case: Automate the process of logging into a website, filling out a form, and submitting it, all without manual intervention.

Quick Start

Use the browser-playwright skill to open the url https://www.google.com.

Frequently Asked Questions about browser-playwright

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

FAQPage Schema
How do I automate web browser navigation and form filling without manual intervention?

You can automate web browser navigation and form filling programmatically using Playwright to open web pages, interact with elements, and submit data without manual intervention. It supports advanced user workflow automation.

Can I intercept and mock network requests during browser automation?

Yes, you can intercept and mock network requests during browser automation. This Skill supports network request interception, allowing you to mock responses and manipulate traffic for testing or web scraping purposes.

Does this approach support cookie and session storage management for automated logins?

Yes, automated logins are supported through comprehensive cookie and session storage management. You can manipulate cookies, local storage, and session storage to maintain authenticated states across automated browser interactions.

What is the best way to extract data from web pages using browser automation?

The best way to extract data from web pages is by using Playwright to programmatically control the browser, navigate to target URLs, and extract the desired information. This method handles dynamic content effectively for web scraping tasks.

How do I run end-to-end testing for web applications using Playwright?

You can run end-to-end testing for web applications by using this Skill to automate user workflows like navigation, form filling, and submission. It simulates real user interactions to validate application behavior accurately.

When should I use browser automation for web scraping instead of simple HTTP requests?

Use browser automation for web scraping when target pages require JavaScript execution, complex form interactions, or session management. Simple HTTP requests fail on dynamic content, whereas Playwright renders pages fully to extract data reliably.