setup-browser-cookies

Import cookies from local Chromium browsers into Playwright sessions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/yamparalarahul27/illu-ic --skill setup-browser-cookies-yamparalarahul27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/yamparalarahul27/illu-ic/tree/main/.claude/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/yamparalarahul27/illu-ic --skill setup-browser-cookies-yamparalarahul27

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to seamlessly import your existing browser cookies into a headless browsing session, enabling authenticated access to websites without manual re-login.

Core Features & Use Cases

  • Browser Cookie Import: Securely transfers cookies from Chromium-based browsers (Comet, Chrome, Arc, Brave, Edge) to a Playwright session.
  • Interactive Domain Selection: Provides a user-friendly interface to choose specific domains for cookie import.
  • Use Case: Before testing a feature that requires user authentication on your web application, use this Skill to import your logged-in session cookies, ensuring a smooth and realistic testing environment.

Quick Start

Use the setup-browser-cookies skill to import cookies from your browser for the 'example.com' domain.

Frequently Asked Questions about setup-browser-cookies

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

FAQPage Schema
How do I import browser cookies into Playwright for authenticated testing?

To import browser cookies into Playwright, you can use a utility to detect and transfer local Chromium session data into a headless browsing environment for authenticated QA testing.

Can I use existing Chrome session cookies in a headless browser automation script?

Yes, you can use existing Chrome session cookies in headless browser automation by securely transferring local cookie data to bypass manual re-login during development.

Does cookie import for browser automation work with Chromium browsers other than Chrome?

Cookie import for browser automation works with multiple Chromium browsers, including Comet, Arc, Brave, and Edge, allowing you to select specific domains for session transfer.

What is the best way to setup authentication for Playwright QA tests without manual login?

The best way to setup authentication for Playwright QA tests without manual login is importing local browser cookies to establish authenticated sessions directly in the testing environment.

Do I need a specific utility to detect and select domains for cookie import in headless testing?

Yes, you need the 'cookie-import-browser' utility to detect available local sessions and interactively select specific domains for cookie import into your headless testing environment.